mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
python311Packages.aiohttp: test with pytest_7
The test suite regressed with pytest 8. Let's give them more time to adapt.
This commit is contained in:
parent
410c46e164
commit
7191177bbb
@ -22,6 +22,7 @@
|
||||
, gunicorn
|
||||
, pytest-mock
|
||||
, pytestCheckHook
|
||||
, pytest_7
|
||||
, python-on-whales
|
||||
, re-assert
|
||||
, trustme
|
||||
@ -82,7 +83,7 @@ buildPythonPackage rec {
|
||||
freezegun
|
||||
gunicorn
|
||||
pytest-mock
|
||||
pytestCheckHook
|
||||
(pytestCheckHook.override { pytest = pytest_7; })
|
||||
python-on-whales
|
||||
re-assert
|
||||
] ++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) [
|
||||
|
Loading…
Reference in New Issue
Block a user