| @ -0,0 +1,4 @@ | |||||
| [pytest] | |||||
| filterwarnings = | |||||
| # ovh has apparently vendored an old requests version that hits warnings :-/, it'll go away/move soon enough | |||||
| ignore::DeprecationWarning:ovh.*: | |||||
| @ -1,17 +1,10 @@ | |||||
| build==0.7.0 | build==0.7.0 | ||||
| coverage | coverage | ||||
| mock | mock | ||||
| nose | |||||
| nose-no-network | |||||
| nose-timer | |||||
| pycodestyle==2.6.0 | pycodestyle==2.6.0 | ||||
| pyflakes==2.2.0 | pyflakes==2.2.0 | ||||
| pytest | |||||
| pytest-network | |||||
| readme_renderer[md]==26.0 | readme_renderer[md]==26.0 | ||||
| requests_mock | requests_mock | ||||
| twine==3.4.2 | twine==3.4.2 | ||||
| # Profiling tests... | |||||
| # nose-cprof | |||||
| # snakeviz | |||||
| # ./script/test --with-cprof --cprofile-stats-erase | |||||
| # snakeviz stats.dat | |||||