##// END OF EJS Templates
dependencies: bumped test libraries versions....
marcink -
r2274:37f054de default
parent child Browse files
Show More
@@ -315,13 +315,13 b''
315 };
315 };
316 };
316 };
317 WebTest = super.buildPythonPackage {
317 WebTest = super.buildPythonPackage {
318 name = "WebTest-2.0.27";
318 name = "WebTest-2.0.29";
319 buildInputs = with self; [];
319 buildInputs = with self; [];
320 doCheck = false;
320 doCheck = false;
321 propagatedBuildInputs = with self; [six WebOb waitress beautifulsoup4];
321 propagatedBuildInputs = with self; [six WebOb waitress beautifulsoup4];
322 src = fetchurl {
322 src = fetchurl {
323 url = "https://pypi.python.org/packages/80/fa/ca3a759985c72e3a124cbca3e1f8a2e931a07ffd31fd45d8f7bf21cb95cf/WebTest-2.0.27.tar.gz";
323 url = "https://pypi.python.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
324 md5 = "54e6515ac71c51b6fc90179483c749ad";
324 md5 = "30b4cf0d340b9a5335fac4389e6f84fc";
325 };
325 };
326 meta = {
326 meta = {
327 license = [ pkgs.lib.licenses.mit ];
327 license = [ pkgs.lib.licenses.mit ];
@@ -796,16 +796,16 b''
796 };
796 };
797 };
797 };
798 gprof2dot = super.buildPythonPackage {
798 gprof2dot = super.buildPythonPackage {
799 name = "gprof2dot-2016.10.13";
799 name = "gprof2dot-2017.9.19";
800 buildInputs = with self; [];
800 buildInputs = with self; [];
801 doCheck = false;
801 doCheck = false;
802 propagatedBuildInputs = with self; [];
802 propagatedBuildInputs = with self; [];
803 src = fetchurl {
803 src = fetchurl {
804 url = "https://pypi.python.org/packages/a0/e0/73c71baed306f0402a00a94ffc7b2be94ad1296dfcb8b46912655b93154c/gprof2dot-2016.10.13.tar.gz";
804 url = "https://pypi.python.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
805 md5 = "0125401f15fd2afe1df686a76c64a4fd";
805 md5 = "cda2d552bb0d0b9f16e6824a9aabd225";
806 };
806 };
807 meta = {
807 meta = {
808 license = [ { fullName = "LGPL"; } ];
808 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
809 };
809 };
810 };
810 };
811 graphviz = super.buildPythonPackage {
811 graphviz = super.buildPythonPackage {
@@ -1485,13 +1485,13 b''
1485 };
1485 };
1486 };
1486 };
1487 pytest = super.buildPythonPackage {
1487 pytest = super.buildPythonPackage {
1488 name = "pytest-3.1.2";
1488 name = "pytest-3.2.3";
1489 buildInputs = with self; [];
1489 buildInputs = with self; [];
1490 doCheck = false;
1490 doCheck = false;
1491 propagatedBuildInputs = with self; [py setuptools];
1491 propagatedBuildInputs = with self; [py setuptools];
1492 src = fetchurl {
1492 src = fetchurl {
1493 url = "https://pypi.python.org/packages/72/2b/2d3155e01f45a5a04427857352ee88220ee39550b2bc078f9db3190aea46/pytest-3.1.2.tar.gz";
1493 url = "https://pypi.python.org/packages/53/d0/208853c09be8377e6d4de7c0df875ef7ef37189373d76a74b65b44e50528/pytest-3.2.3.tar.gz";
1494 md5 = "c4d179f89043cc925e1c169d03128e02";
1494 md5 = "698f8929e095a1c37876b5567943be79";
1495 };
1495 };
1496 meta = {
1496 meta = {
1497 license = [ pkgs.lib.licenses.mit ];
1497 license = [ pkgs.lib.licenses.mit ];
@@ -1524,13 +1524,13 b''
1524 };
1524 };
1525 };
1525 };
1526 pytest-profiling = super.buildPythonPackage {
1526 pytest-profiling = super.buildPythonPackage {
1527 name = "pytest-profiling-1.2.6";
1527 name = "pytest-profiling-1.2.11";
1528 buildInputs = with self; [];
1528 buildInputs = with self; [];
1529 doCheck = false;
1529 doCheck = false;
1530 propagatedBuildInputs = with self; [six pytest gprof2dot];
1530 propagatedBuildInputs = with self; [six pytest gprof2dot];
1531 src = fetchurl {
1531 src = fetchurl {
1532 url = "https://pypi.python.org/packages/f9/0d/df67fb9ce16c2cef201693da956321b1bccfbf9a4ead39748b9f9d1d74cb/pytest-profiling-1.2.6.tar.gz";
1532 url = "https://pypi.python.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
1533 md5 = "50eb4c66c3762a2f1a49669bedc0b894";
1533 md5 = "9ef6b60248731be5d44477980408e8f7";
1534 };
1534 };
1535 meta = {
1535 meta = {
1536 license = [ pkgs.lib.licenses.mit ];
1536 license = [ pkgs.lib.licenses.mit ];
@@ -1550,13 +1550,13 b''
1550 };
1550 };
1551 };
1551 };
1552 pytest-sugar = super.buildPythonPackage {
1552 pytest-sugar = super.buildPythonPackage {
1553 name = "pytest-sugar-0.8.0";
1553 name = "pytest-sugar-0.9.0";
1554 buildInputs = with self; [];
1554 buildInputs = with self; [];
1555 doCheck = false;
1555 doCheck = false;
1556 propagatedBuildInputs = with self; [pytest termcolor];
1556 propagatedBuildInputs = with self; [pytest termcolor];
1557 src = fetchurl {
1557 src = fetchurl {
1558 url = "https://pypi.python.org/packages/a5/b0/b2773dee078f17773a5bf2dfad49b0be57b6354bbd84bbefe4313e509d87/pytest-sugar-0.8.0.tar.gz";
1558 url = "https://pypi.python.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
1559 md5 = "8cafbdad648068e0e44b8fc5f9faae42";
1559 md5 = "89fbff17277fa6a95a560a04b68cb9f9";
1560 };
1560 };
1561 meta = {
1561 meta = {
1562 license = [ pkgs.lib.licenses.bsdOriginal ];
1562 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -1,15 +1,15 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.1.2
2 pytest==3.2.3
3 py==1.4.34
3 py==1.4.34
4 pytest-cov==2.5.1
4 pytest-cov==2.5.1
5 pytest-sugar==0.8.0
5 pytest-sugar==0.9.0
6 pytest-runner==2.11.1
6 pytest-runner==2.11.1
7 pytest-catchlog==1.2.2
7 pytest-catchlog==1.2.2
8 pytest-profiling==1.2.6
8 pytest-profiling==1.2.11
9 gprof2dot==2016.10.13
9 gprof2dot==2017.9.19
10 pytest-timeout==1.2.0
10 pytest-timeout==1.2.0
11
11
12 mock==1.0.1
12 mock==1.0.1
13 WebTest==2.0.27
13 WebTest==2.0.29
14 cov-core==1.15.0
14 cov-core==1.15.0
15 coverage==3.7.1
15 coverage==3.7.1
General Comments 0
You need to be logged in to leave comments. Login now