File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9797 pip install --upgrade -r pytest_requirements.txt
9898 - name : Build package and install develop
9999 run : |
100- python setup.py develop -v clean
100+ pip install -e .
101101 - name : Test with pytest
102102 run : |
103103 py.test --cov-report= --cov=exec_helpers test
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ maintainers=[
2525dynamic = [" version" , " classifiers" , " dependencies" ]
2626
2727[tool .setuptools ]
28- packages = [" exec_helpers" ]
28+ packages = [" exec_helpers" , " exec_helpers.async_api " ]
2929package-data ={"exec_helpers" =[" py.typed" ], "*" =[" *.pyi" ]}
3030
3131[tool .setuptools .dynamic ]
Original file line number Diff line number Diff line change 2828
2929commands =
3030 pip freeze
31- python setup.py develop -v clean
31+ pip install -e .
3232 py.test --cov-report html --self-contained-html --html =report.html --cov =exec_helpers
3333 coverage report
3434; coverage report --fail-under 85
You can’t perform that action at this time.
0 commit comments