cdmikechen commented on code in PR #998:
URL: https://github.com/apache/submarine/pull/998#discussion_r977606391
##########
submarine-sdk/pysubmarine/pytest.ini:
##########
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
Review Comment:
If we package `submarine-sdk`, will this file be included as well? Do we
need to exclude this file in setup.py? like this:
```python
setup(
name="apache-submarine",
****
packages=find_packages(exclude=["tests", "tests.*","pytest.ini"]),
****
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]