##// END OF EJS Templates
dependencies: bumped test dependencies:...
marcink -
r2386:1863d1c7 default
parent child Browse files
Show More
@@ -1264,13 +1264,13 b''
1264 };
1264 };
1265 };
1265 };
1266 py = super.buildPythonPackage {
1266 py = super.buildPythonPackage {
1267 name = "py-1.4.34";
1267 name = "py-1.5.2";
1268 buildInputs = with self; [];
1268 buildInputs = with self; [];
1269 doCheck = false;
1269 doCheck = false;
1270 propagatedBuildInputs = with self; [];
1270 propagatedBuildInputs = with self; [];
1271 src = fetchurl {
1271 src = fetchurl {
1272 url = "https://pypi.python.org/packages/68/35/58572278f1c097b403879c1e9369069633d1cbad5239b9057944bb764782/py-1.4.34.tar.gz";
1272 url = "https://pypi.python.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
1273 md5 = "d9c3d8f734b0819ff48e355d77bf1730";
1273 md5 = "279ca69c632069e1b71e11b14641ca28";
1274 };
1274 };
1275 meta = {
1275 meta = {
1276 license = [ pkgs.lib.licenses.mit ];
1276 license = [ pkgs.lib.licenses.mit ];
@@ -1446,13 +1446,13 b''
1446 };
1446 };
1447 };
1447 };
1448 pytest = super.buildPythonPackage {
1448 pytest = super.buildPythonPackage {
1449 name = "pytest-3.2.3";
1449 name = "pytest-3.2.5";
1450 buildInputs = with self; [];
1450 buildInputs = with self; [];
1451 doCheck = false;
1451 doCheck = false;
1452 propagatedBuildInputs = with self; [py setuptools];
1452 propagatedBuildInputs = with self; [py setuptools];
1453 src = fetchurl {
1453 src = fetchurl {
1454 url = "https://pypi.python.org/packages/53/d0/208853c09be8377e6d4de7c0df875ef7ef37189373d76a74b65b44e50528/pytest-3.2.3.tar.gz";
1454 url = "https://pypi.python.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
1455 md5 = "698f8929e095a1c37876b5567943be79";
1455 md5 = "6dbe9bb093883f75394a689a1426ac6f";
1456 };
1456 };
1457 meta = {
1457 meta = {
1458 license = [ pkgs.lib.licenses.mit ];
1458 license = [ pkgs.lib.licenses.mit ];
@@ -1498,13 +1498,13 b''
1498 };
1498 };
1499 };
1499 };
1500 pytest-runner = super.buildPythonPackage {
1500 pytest-runner = super.buildPythonPackage {
1501 name = "pytest-runner-2.11.1";
1501 name = "pytest-runner-3.0";
1502 buildInputs = with self; [];
1502 buildInputs = with self; [];
1503 doCheck = false;
1503 doCheck = false;
1504 propagatedBuildInputs = with self; [];
1504 propagatedBuildInputs = with self; [];
1505 src = fetchurl {
1505 src = fetchurl {
1506 url = "https://pypi.python.org/packages/9e/4d/08889e5e27a9f5d6096b9ad257f4dea1faabb03c5ded8f665ead448f5d8a/pytest-runner-2.11.1.tar.gz";
1506 url = "https://pypi.python.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
1507 md5 = "bdb73eb18eca2727944a2dcf963c5a81";
1507 md5 = "8f8363a52bbabc4cedd5e239beb2ba11";
1508 };
1508 };
1509 meta = {
1509 meta = {
1510 license = [ pkgs.lib.licenses.mit ];
1510 license = [ pkgs.lib.licenses.mit ];
@@ -1,9 +1,9 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.2.3
2 pytest==3.2.5
3 py==1.4.34
3 py==1.5.2
4 pytest-cov==2.5.1
4 pytest-cov==2.5.1
5 pytest-sugar==0.9.0
5 pytest-sugar==0.9.0
6 pytest-runner==2.11.1
6 pytest-runner==3.0.0
7 pytest-catchlog==1.2.2
7 pytest-catchlog==1.2.2
8 pytest-profiling==1.2.11
8 pytest-profiling==1.2.11
9 gprof2dot==2017.9.19
9 gprof2dot==2017.9.19
General Comments 0
You need to be logged in to leave comments. Login now