python.pkgs.sqlalchemy: use current pytest
This commit is contained in:
parent
f72a465e84
commit
b47ff5905f
@ -1,7 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pytest_30
|
, pytest
|
||||||
, mock
|
, mock
|
||||||
, pytest_xdist
|
, pytest_xdist
|
||||||
, isPy3k
|
, isPy3k
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest_30
|
pytest
|
||||||
mock
|
mock
|
||||||
# Disable pytest_xdist tests for now, because our version seems to be too new.
|
# Disable pytest_xdist tests for now, because our version seems to be too new.
|
||||||
# pytest_xdist
|
# pytest_xdist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user