This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Register
Sign In
backup
/
pywb
Watch
1
Star
0
Fork
0
You've already forked pywb
mirror of
https://github.com/webrecorder/pywb.git
synced
2025-03-14 15:53:28 +01:00
Code
Issues
Projects
Releases
Activity
pywb
/
test_requirements.txt
9 lines
66 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
tests run improvements: update from python setup.py test -> tox (#754) * tests cleanup: - move test requirements to test_requirements.txt to share between setup.py and tox.ini - README: update to recommend using 'tox --current-env' for running tests locally - replaces #741 * test tweaks: - don't require i18n to import locmanager, instead set flag on load (to avoid breaking tox / pytest) - don't add werkzeug to test requirements
2022-08-31 16:04:55 -07:00
pytest
WebTest
pytest-cov
mock
urllib3
ujson
lxml
Upgrade dependencies (#839) - Update and pin dependencies to specific versions that support Python 3.7-3.11 - Replace deprecated werkzeug.pop_path_info with wsgiref.shift_path_info - Use the latest httpbin from psf/httpbin - Remove unused flask test dependency - Drop Python 2 and Python <3.7 support - Ensure greenlet 2 is used for now, as psf/httpbin doesn't yet work with greenlet 3 --------- Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
2024-04-02 17:16:50 -04:00
httpbin>=0.10.2
Reference in New Issue
Copy Permalink