pyhamtools/requirements-pytest.txt
Tobias Wellnitz, DH1TW b1ef2a6d93 merging v0.8.0 branch
- finally using libxml2 parser in beautifulsoup/lxml
- minor bug in parsing the CCC field (qrz.com)
- fixed VK9XX fixture (lat/long)
- added support for python 3.10 and 3.11, pypy3.7-3.9
- removed support for python 3.4
- fixed escapings in regular expressions
- replaced exefile from past.buildins with custom function
2022-12-05 01:01:45 +01:00

6 lines
165 B
Plaintext

pytest>=7.0.0; python_version>='3.7'
pytest==4.6.11; python_version<='3.6' and python_version>='2.7'
pytest-blockage>=0.2.2
pytest-localserver>=0.5
pytest-cov>=2.12