1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +01:00

8 Commits

Author SHA1 Message Date
Tessa Walsh
60fd7b2ee8 Remove flask 2024-03-29 12:19:25 -04:00
Tessa Walsh
63560e01d5 Unpin WebTest 2024-03-28 17:03:48 -04:00
Tessa Walsh
2f5d1692ac More dependency pinning 2024-03-28 15:58:19 -04:00
Tessa Walsh
d253d2bd43 Pin to specific versions of werkzeug, flask, jinja2 2024-03-28 15:26:26 -04:00
Ed Summers
0bdc96855a
httpbin adjustments
Use the latest httpbin from psf/httpbin and adjust some json responses
since the formatting has changed slightly.
2023-09-22 10:57:05 -04:00
Ed Summers
3ccc7ea759
Use httpbin fork
Add aaronhmiller/httpbin fork which has had https://github.com/aaronhmiller/httpbin.git applied so it can work with latest werkzeug.
2023-04-12 08:34:35 -04:00
Ed Summers
480768fc2e
updated dependencies 2023-04-11 08:26:54 -04:00
Ilya Kreymer
2ccd8eb2c3
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