##// END OF EJS Templates
dependencies: bumped test libraries versions....
marcink -
r308:801700a1 default
parent child Browse files
Show More
@@ -81,13 +81,13 b''
81 81 };
82 82 };
83 83 WebTest = super.buildPythonPackage {
84 name = "WebTest-2.0.27";
84 name = "WebTest-2.0.29";
85 85 buildInputs = with self; [];
86 86 doCheck = false;
87 87 propagatedBuildInputs = with self; [six WebOb waitress beautifulsoup4];
88 88 src = fetchurl {
89 url = "https://pypi.python.org/packages/80/fa/ca3a759985c72e3a124cbca3e1f8a2e931a07ffd31fd45d8f7bf21cb95cf/WebTest-2.0.27.tar.gz";
90 md5 = "54e6515ac71c51b6fc90179483c749ad";
89 url = "https://pypi.python.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
90 md5 = "30b4cf0d340b9a5335fac4389e6f84fc";
91 91 };
92 92 meta = {
93 93 license = [ pkgs.lib.licenses.mit ];
@@ -224,16 +224,16 b''
224 224 };
225 225 };
226 226 gprof2dot = super.buildPythonPackage {
227 name = "gprof2dot-2016.10.13";
227 name = "gprof2dot-2017.9.19";
228 228 buildInputs = with self; [];
229 229 doCheck = false;
230 230 propagatedBuildInputs = with self; [];
231 231 src = fetchurl {
232 url = "https://pypi.python.org/packages/a0/e0/73c71baed306f0402a00a94ffc7b2be94ad1296dfcb8b46912655b93154c/gprof2dot-2016.10.13.tar.gz";
233 md5 = "0125401f15fd2afe1df686a76c64a4fd";
232 url = "https://pypi.python.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
233 md5 = "cda2d552bb0d0b9f16e6824a9aabd225";
234 234 };
235 235 meta = {
236 license = [ { fullName = "LGPL"; } ];
236 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
237 237 };
238 238 };
239 239 greenlet = super.buildPythonPackage {
@@ -549,13 +549,13 b''
549 549 };
550 550 };
551 551 pytest = super.buildPythonPackage {
552 name = "pytest-3.1.2";
552 name = "pytest-3.2.3";
553 553 buildInputs = with self; [];
554 554 doCheck = false;
555 555 propagatedBuildInputs = with self; [py setuptools];
556 556 src = fetchurl {
557 url = "https://pypi.python.org/packages/72/2b/2d3155e01f45a5a04427857352ee88220ee39550b2bc078f9db3190aea46/pytest-3.1.2.tar.gz";
558 md5 = "c4d179f89043cc925e1c169d03128e02";
557 url = "https://pypi.python.org/packages/53/d0/208853c09be8377e6d4de7c0df875ef7ef37189373d76a74b65b44e50528/pytest-3.2.3.tar.gz";
558 md5 = "698f8929e095a1c37876b5567943be79";
559 559 };
560 560 meta = {
561 561 license = [ pkgs.lib.licenses.mit ];
@@ -588,13 +588,13 b''
588 588 };
589 589 };
590 590 pytest-profiling = super.buildPythonPackage {
591 name = "pytest-profiling-1.2.6";
591 name = "pytest-profiling-1.2.11";
592 592 buildInputs = with self; [];
593 593 doCheck = false;
594 594 propagatedBuildInputs = with self; [six pytest gprof2dot];
595 595 src = fetchurl {
596 url = "https://pypi.python.org/packages/f9/0d/df67fb9ce16c2cef201693da956321b1bccfbf9a4ead39748b9f9d1d74cb/pytest-profiling-1.2.6.tar.gz";
597 md5 = "50eb4c66c3762a2f1a49669bedc0b894";
596 url = "https://pypi.python.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
597 md5 = "9ef6b60248731be5d44477980408e8f7";
598 598 };
599 599 meta = {
600 600 license = [ pkgs.lib.licenses.mit ];
@@ -614,13 +614,13 b''
614 614 };
615 615 };
616 616 pytest-sugar = super.buildPythonPackage {
617 name = "pytest-sugar-0.8.0";
617 name = "pytest-sugar-0.9.0";
618 618 buildInputs = with self; [];
619 619 doCheck = false;
620 620 propagatedBuildInputs = with self; [pytest termcolor];
621 621 src = fetchurl {
622 url = "https://pypi.python.org/packages/a5/b0/b2773dee078f17773a5bf2dfad49b0be57b6354bbd84bbefe4313e509d87/pytest-sugar-0.8.0.tar.gz";
623 md5 = "8cafbdad648068e0e44b8fc5f9faae42";
622 url = "https://pypi.python.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
623 md5 = "89fbff17277fa6a95a560a04b68cb9f9";
624 624 };
625 625 meta = {
626 626 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -1,15 +1,15 b''
1 1 # test related requirements
2 pytest==3.1.2
2 pytest==3.2.3
3 3 py==1.4.34
4 4 pytest-cov==2.5.1
5 pytest-sugar==0.8.0
5 pytest-sugar==0.9.0
6 6 pytest-runner==2.11.1
7 7 pytest-catchlog==1.2.2
8 pytest-profiling==1.2.6
9 gprof2dot==2016.10.13
8 pytest-profiling==1.2.11
9 gprof2dot==2017.9.19
10 10 pytest-timeout==1.2.0
11 11
12 12 mock==1.0.1
13 WebTest==2.0.27
13 WebTest==2.0.29
14 14 cov-core==1.15.0
15 15 coverage==3.7.1
General Comments 0
You need to be logged in to leave comments. Login now