python.pkgs.sqlalchemy: use current pytest

This commit is contained in:
Frederik Rietdijk 2018-01-20 12:26:26 +01:00
parent f72a465e84
commit b47ff5905f

View File

@ -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