lol

python.pkgs.sqlalchemy: use current pytest

+2 -2
+2 -2
pkgs/development/python-modules/sqlalchemy/default.nix
··· 1 1 { lib 2 2 , fetchPypi 3 3 , buildPythonPackage 4 - , pytest_30 4 + , pytest 5 5 , mock 6 6 , pytest_xdist 7 7 , isPy3k ··· 19 19 }; 20 20 21 21 checkInputs = [ 22 - pytest_30 22 + pytest 23 23 mock 24 24 # Disable pytest_xdist tests for now, because our version seems to be too new. 25 25 # pytest_xdist