tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python.pkgs.sqlalchemy: use current pytest
Frederik Rietdijk
8 years ago
b47ff590
f72a465e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sqlalchemy
default.nix
+2
-2
pkgs/development/python-modules/sqlalchemy/default.nix
reviewed
···
1
1
{ lib
2
2
, fetchPypi
3
3
, buildPythonPackage
4
4
-
, pytest_30
4
4
+
, pytest
5
5
, mock
6
6
, pytest_xdist
7
7
, isPy3k
···
19
19
};
20
20
21
21
checkInputs = [
22
22
-
pytest_30
22
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