issues
search
SAP
/
odfuzz
Apache License 2.0
18
stars
12
forks
source link
move setup.py tests_require to proper place
#53
Open
phanak-sap
opened
4 years ago
phanak-sap
commented
4 years ago
instead of tests_require should be used extras_require[testing] - the are for setuptools test command, which is not what we want - define testing only dependencies for local development or CI. And it is
deprecated anyway
remove test-requirements.txt
update travis.yml