Show More
@@ -1251,13 +1251,13 b'' | |||||
1251 | }; |
|
1251 | }; | |
1252 | }; |
|
1252 | }; | |
1253 | py = super.buildPythonPackage { |
|
1253 | py = super.buildPythonPackage { | |
1254 |
name = "py-1.4.3 |
|
1254 | name = "py-1.4.34"; | |
1255 | buildInputs = with self; []; |
|
1255 | buildInputs = with self; []; | |
1256 | doCheck = false; |
|
1256 | doCheck = false; | |
1257 | propagatedBuildInputs = with self; []; |
|
1257 | propagatedBuildInputs = with self; []; | |
1258 | src = fetchurl { |
|
1258 | src = fetchurl { | |
1259 |
url = "https://pypi.python.org/packages/ |
|
1259 | url = "https://pypi.python.org/packages/68/35/58572278f1c097b403879c1e9369069633d1cbad5239b9057944bb764782/py-1.4.34.tar.gz"; | |
1260 | md5 = "5d2c63c56dc3f2115ec35c066ecd582b"; |
|
1260 | md5 = "d9c3d8f734b0819ff48e355d77bf1730"; | |
1261 | }; |
|
1261 | }; | |
1262 | meta = { |
|
1262 | meta = { | |
1263 | license = [ pkgs.lib.licenses.mit ]; |
|
1263 | license = [ pkgs.lib.licenses.mit ]; | |
@@ -1433,13 +1433,13 b'' | |||||
1433 | }; |
|
1433 | }; | |
1434 | }; |
|
1434 | }; | |
1435 | pytest = super.buildPythonPackage { |
|
1435 | pytest = super.buildPythonPackage { | |
1436 |
name = "pytest-3. |
|
1436 | name = "pytest-3.1.2"; | |
1437 | buildInputs = with self; []; |
|
1437 | buildInputs = with self; []; | |
1438 | doCheck = false; |
|
1438 | doCheck = false; | |
1439 | propagatedBuildInputs = with self; [py]; |
|
1439 | propagatedBuildInputs = with self; [py setuptools]; | |
1440 | src = fetchurl { |
|
1440 | src = fetchurl { | |
1441 | url = "https://pypi.python.org/packages/a8/87/b7ca49efe52d2b4169f2bfc49aa5e384173c4619ea8e635f123a0dac5b75/pytest-3.0.5.tar.gz"; |
|
1441 | url = "https://pypi.python.org/packages/72/2b/2d3155e01f45a5a04427857352ee88220ee39550b2bc078f9db3190aea46/pytest-3.1.2.tar.gz"; | |
1442 | md5 = "cefd527b59332688bf5db4a10aa8a7cb"; |
|
1442 | md5 = "c4d179f89043cc925e1c169d03128e02"; | |
1443 | }; |
|
1443 | }; | |
1444 | meta = { |
|
1444 | meta = { | |
1445 | license = [ pkgs.lib.licenses.mit ]; |
|
1445 | license = [ pkgs.lib.licenses.mit ]; | |
@@ -1459,52 +1459,52 b'' | |||||
1459 | }; |
|
1459 | }; | |
1460 | }; |
|
1460 | }; | |
1461 | pytest-cov = super.buildPythonPackage { |
|
1461 | pytest-cov = super.buildPythonPackage { | |
1462 |
name = "pytest-cov-2. |
|
1462 | name = "pytest-cov-2.5.1"; | |
1463 | buildInputs = with self; []; |
|
1463 | buildInputs = with self; []; | |
1464 | doCheck = false; |
|
1464 | doCheck = false; | |
1465 | propagatedBuildInputs = with self; [pytest coverage]; |
|
1465 | propagatedBuildInputs = with self; [pytest coverage]; | |
1466 | src = fetchurl { |
|
1466 | src = fetchurl { | |
1467 |
url = "https://pypi.python.org/packages/0 |
|
1467 | url = "https://pypi.python.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz"; | |
1468 | md5 = "2fda09677d232acc99ec1b3c5831e33f"; |
|
1468 | md5 = "5acf38d4909e19819eb5c1754fbfc0ac"; | |
1469 | }; |
|
1469 | }; | |
1470 | meta = { |
|
1470 | meta = { | |
1471 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ]; |
|
1471 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ]; | |
1472 | }; |
|
1472 | }; | |
1473 | }; |
|
1473 | }; | |
1474 | pytest-profiling = super.buildPythonPackage { |
|
1474 | pytest-profiling = super.buildPythonPackage { | |
1475 |
name = "pytest-profiling-1.2. |
|
1475 | name = "pytest-profiling-1.2.6"; | |
1476 | buildInputs = with self; []; |
|
1476 | buildInputs = with self; []; | |
1477 | doCheck = false; |
|
1477 | doCheck = false; | |
1478 | propagatedBuildInputs = with self; [six pytest gprof2dot]; |
|
1478 | propagatedBuildInputs = with self; [six pytest gprof2dot]; | |
1479 | src = fetchurl { |
|
1479 | src = fetchurl { | |
1480 |
url = "https://pypi.python.org/packages/73 |
|
1480 | url = "https://pypi.python.org/packages/f9/0d/df67fb9ce16c2cef201693da956321b1bccfbf9a4ead39748b9f9d1d74cb/pytest-profiling-1.2.6.tar.gz"; | |
1481 | md5 = "0a16d7dda2d23b91e9730fa4558cf728"; |
|
1481 | md5 = "50eb4c66c3762a2f1a49669bedc0b894"; | |
1482 | }; |
|
1482 | }; | |
1483 | meta = { |
|
1483 | meta = { | |
1484 | license = [ pkgs.lib.licenses.mit ]; |
|
1484 | license = [ pkgs.lib.licenses.mit ]; | |
1485 | }; |
|
1485 | }; | |
1486 | }; |
|
1486 | }; | |
1487 | pytest-runner = super.buildPythonPackage { |
|
1487 | pytest-runner = super.buildPythonPackage { | |
1488 |
name = "pytest-runner-2. |
|
1488 | name = "pytest-runner-2.11.1"; | |
1489 | buildInputs = with self; []; |
|
1489 | buildInputs = with self; []; | |
1490 | doCheck = false; |
|
1490 | doCheck = false; | |
1491 | propagatedBuildInputs = with self; []; |
|
1491 | propagatedBuildInputs = with self; []; | |
1492 | src = fetchurl { |
|
1492 | src = fetchurl { | |
1493 | url = "https://pypi.python.org/packages/11/d4/c335ddf94463e451109e3494e909765c3e5205787b772e3b25ee8601b86a/pytest-runner-2.9.tar.gz"; |
|
1493 | url = "https://pypi.python.org/packages/9e/4d/08889e5e27a9f5d6096b9ad257f4dea1faabb03c5ded8f665ead448f5d8a/pytest-runner-2.11.1.tar.gz"; | |
1494 | md5 = "2212a2e34404b0960b2fdc2c469247b2"; |
|
1494 | md5 = "bdb73eb18eca2727944a2dcf963c5a81"; | |
1495 | }; |
|
1495 | }; | |
1496 | meta = { |
|
1496 | meta = { | |
1497 | license = [ pkgs.lib.licenses.mit ]; |
|
1497 | license = [ pkgs.lib.licenses.mit ]; | |
1498 | }; |
|
1498 | }; | |
1499 | }; |
|
1499 | }; | |
1500 | pytest-sugar = super.buildPythonPackage { |
|
1500 | pytest-sugar = super.buildPythonPackage { | |
1501 |
name = "pytest-sugar-0. |
|
1501 | name = "pytest-sugar-0.8.0"; | |
1502 | buildInputs = with self; []; |
|
1502 | buildInputs = with self; []; | |
1503 | doCheck = false; |
|
1503 | doCheck = false; | |
1504 | propagatedBuildInputs = with self; [pytest termcolor]; |
|
1504 | propagatedBuildInputs = with self; [pytest termcolor]; | |
1505 | src = fetchurl { |
|
1505 | src = fetchurl { | |
1506 | url = "https://pypi.python.org/packages/03/97/05d988b4fa870e7373e8ee4582408543b9ca2bd35c3c67b569369c6f9c49/pytest-sugar-0.7.1.tar.gz"; |
|
1506 | url = "https://pypi.python.org/packages/a5/b0/b2773dee078f17773a5bf2dfad49b0be57b6354bbd84bbefe4313e509d87/pytest-sugar-0.8.0.tar.gz"; | |
1507 | md5 = "7400f7c11f3d572b2c2a3b60352d35fe"; |
|
1507 | md5 = "8cafbdad648068e0e44b8fc5f9faae42"; | |
1508 | }; |
|
1508 | }; | |
1509 | meta = { |
|
1509 | meta = { | |
1510 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1510 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -1,11 +1,11 b'' | |||||
1 | # test related requirements |
|
1 | # test related requirements | |
2 |
pytest==3. |
|
2 | pytest==3.1.2 | |
3 |
py==1.4.3 |
|
3 | py==1.4.34 | |
4 |
pytest-cov==2. |
|
4 | pytest-cov==2.5.1 | |
5 |
pytest-sugar==0. |
|
5 | pytest-sugar==0.8.0 | |
6 |
pytest-runner==2. |
|
6 | pytest-runner==2.11.1 | |
7 | pytest-catchlog==1.2.2 |
|
7 | pytest-catchlog==1.2.2 | |
8 |
pytest-profiling==1.2. |
|
8 | pytest-profiling==1.2.6 | |
9 | gprof2dot==2016.10.13 |
|
9 | gprof2dot==2016.10.13 | |
10 | pytest-timeout==1.2.0 |
|
10 | pytest-timeout==1.2.0 | |
11 |
|
11 |
General Comments 0
You need to be logged in to leave comments.
Login now