internetarchive / warcprox

WARC writing MITM HTTP/S proxy
379 stars 55 forks source link

GitHub Action to run pytest on the qa branch #186

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Like #182 but on the qa branch instead of the master branch.

Test results: https://github.com/cclauss/warcprox/actions

Version '2.4.32.qa' is not valid according to PEP 440.

Fixed with setuptools.setup(version='2.4.32.dev0').

============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.2, pluggy-1.0.0 -- /opt/hostedtoolcache/Python/3.11.3/x64/bin/python [ ... ] tests/test_warcprox.py::test_limit_large_resource FAILED [ 45%] tests/test_warcprox.py::test_method_filter FAILED [ 47%] [ ... ] == 2 failed, 37 passed, 2 skipped, 1 xfailed, 71 warnings in 61.97s (0:01:01) ==