##// END OF EJS Templates
dependencies: bumped test dependencies...
marcink -
r2761:cdb0bfef default
parent child Browse files
Show More
@@ -132,7 +132,6 b' let'
132 pkgs.nodePackages.bower
132 pkgs.nodePackages.bower
133 pkgs.nodePackages.grunt-cli
133 pkgs.nodePackages.grunt-cli
134 pkgs.subversion
134 pkgs.subversion
135 pytest-catchlog
136 rhodecode-testdata
135 rhodecode-testdata
137 ]);
136 ]);
138
137
@@ -41,6 +41,32 b''
41 license = [ pkgs.lib.licenses.bsdOriginal ];
41 license = [ pkgs.lib.licenses.bsdOriginal ];
42 };
42 };
43 };
43 };
44 atomicwrites = super.buildPythonPackage {
45 name = "atomicwrites-1.1.5";
46 buildInputs = with self; [];
47 doCheck = false;
48 propagatedBuildInputs = with self; [];
49 src = fetchurl {
50 url = "https://files.pythonhosted.org/packages/a1/e1/2d9bc76838e6e6667fde5814aa25d7feb93d6fa471bf6816daac2596e8b2/atomicwrites-1.1.5.tar.gz";
51 sha256 = "240831ea22da9ab882b551b31d4225591e5e447a68c5e188db5b89ca1d487585";
52 };
53 meta = {
54 license = [ pkgs.lib.licenses.mit ];
55 };
56 };
57 attrs = super.buildPythonPackage {
58 name = "attrs-18.1.0";
59 buildInputs = with self; [];
60 doCheck = false;
61 propagatedBuildInputs = with self; [];
62 src = fetchurl {
63 url = "https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz";
64 sha256 = "e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b";
65 };
66 meta = {
67 license = [ pkgs.lib.licenses.mit ];
68 };
69 };
44 authomatic = super.buildPythonPackage {
70 authomatic = super.buildPythonPackage {
45 name = "authomatic-0.1.0.post1";
71 name = "authomatic-0.1.0.post1";
46 buildInputs = with self; [];
72 buildInputs = with self; [];
@@ -860,6 +886,19 b''
860 license = [ pkgs.lib.licenses.bsdOriginal ];
886 license = [ pkgs.lib.licenses.bsdOriginal ];
861 };
887 };
862 };
888 };
889 more-itertools = super.buildPythonPackage {
890 name = "more-itertools-4.2.0";
891 buildInputs = with self; [];
892 doCheck = false;
893 propagatedBuildInputs = with self; [six];
894 src = fetchurl {
895 url = "https://files.pythonhosted.org/packages/c0/2f/6773347277d76c5ade4414a6c3f785ef27e7f5c4b0870ec7e888e66a8d83/more-itertools-4.2.0.tar.gz";
896 sha256 = "2b6b9893337bfd9166bee6a62c2b0c9fe7735dcf85948b387ec8cba30e85d8e8";
897 };
898 meta = {
899 license = [ pkgs.lib.licenses.mit ];
900 };
901 };
863 msgpack-python = super.buildPythonPackage {
902 msgpack-python = super.buildPythonPackage {
864 name = "msgpack-python-0.4.8";
903 name = "msgpack-python-0.4.8";
865 buildInputs = with self; [];
904 buildInputs = with self; [];
@@ -1068,6 +1107,19 b''
1068 license = [ pkgs.lib.licenses.mit ];
1107 license = [ pkgs.lib.licenses.mit ];
1069 };
1108 };
1070 };
1109 };
1110 pluggy = super.buildPythonPackage {
1111 name = "pluggy-0.6.0";
1112 buildInputs = with self; [];
1113 doCheck = false;
1114 propagatedBuildInputs = with self; [];
1115 src = fetchurl {
1116 url = "https://files.pythonhosted.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz";
1117 sha256 = "7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff";
1118 };
1119 meta = {
1120 license = [ pkgs.lib.licenses.mit ];
1121 };
1122 };
1071 prompt-toolkit = super.buildPythonPackage {
1123 prompt-toolkit = super.buildPythonPackage {
1072 name = "prompt-toolkit-1.0.15";
1124 name = "prompt-toolkit-1.0.15";
1073 buildInputs = with self; [];
1125 buildInputs = with self; [];
@@ -1121,13 +1173,13 b''
1121 };
1173 };
1122 };
1174 };
1123 py = super.buildPythonPackage {
1175 py = super.buildPythonPackage {
1124 name = "py-1.5.2";
1176 name = "py-1.5.3";
1125 buildInputs = with self; [];
1177 buildInputs = with self; [];
1126 doCheck = false;
1178 doCheck = false;
1127 propagatedBuildInputs = with self; [];
1179 propagatedBuildInputs = with self; [];
1128 src = fetchurl {
1180 src = fetchurl {
1129 url = "https://files.pythonhosted.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
1181 url = "https://files.pythonhosted.org/packages/f7/84/b4c6e84672c4ceb94f727f3da8344037b62cee960d80e999b1cd9b832d83/py-1.5.3.tar.gz";
1130 sha256 = "ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d";
1182 sha256 = "29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881";
1131 };
1183 };
1132 meta = {
1184 meta = {
1133 license = [ pkgs.lib.licenses.mit ];
1185 license = [ pkgs.lib.licenses.mit ];
@@ -1316,26 +1368,13 b''
1316 };
1368 };
1317 };
1369 };
1318 pytest = super.buildPythonPackage {
1370 pytest = super.buildPythonPackage {
1319 name = "pytest-3.2.5";
1371 name = "pytest-3.6.0";
1320 buildInputs = with self; [];
1372 buildInputs = with self; [];
1321 doCheck = false;
1373 doCheck = false;
1322 propagatedBuildInputs = with self; [py setuptools];
1374 propagatedBuildInputs = with self; [py six setuptools attrs more-itertools atomicwrites pluggy funcsigs];
1323 src = fetchurl {
1375 src = fetchurl {
1324 url = "https://files.pythonhosted.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
1376 url = "https://files.pythonhosted.org/packages/67/6a/5bcdc22f8dbada1d2910d6e1a3a03f6b14306c78f81122890735b28be4bf/pytest-3.6.0.tar.gz";
1325 sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81";
1377 sha256 = "39555d023af3200d004d09e51b4dd9fdd828baa863cded3fd6ba2f29f757ae2d";
1326 };
1327 meta = {
1328 license = [ pkgs.lib.licenses.mit ];
1329 };
1330 };
1331 pytest-catchlog = super.buildPythonPackage {
1332 name = "pytest-catchlog-1.2.2";
1333 buildInputs = with self; [];
1334 doCheck = false;
1335 propagatedBuildInputs = with self; [py pytest];
1336 src = fetchurl {
1337 url = "https://files.pythonhosted.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
1338 sha256 = "4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0";
1339 };
1378 };
1340 meta = {
1379 meta = {
1341 license = [ pkgs.lib.licenses.mit ];
1380 license = [ pkgs.lib.licenses.mit ];
@@ -1355,52 +1394,52 b''
1355 };
1394 };
1356 };
1395 };
1357 pytest-profiling = super.buildPythonPackage {
1396 pytest-profiling = super.buildPythonPackage {
1358 name = "pytest-profiling-1.2.11";
1397 name = "pytest-profiling-1.3.0";
1359 buildInputs = with self; [];
1398 buildInputs = with self; [];
1360 doCheck = false;
1399 doCheck = false;
1361 propagatedBuildInputs = with self; [six pytest gprof2dot];
1400 propagatedBuildInputs = with self; [six pytest gprof2dot];
1362 src = fetchurl {
1401 src = fetchurl {
1363 url = "https://files.pythonhosted.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
1402 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
1364 sha256 = "8904f9a1ed31d6be2c0b586c4e2fbc14cc17fb0afae2c01a6c0f701978a1c9a4";
1403 sha256 = "6b86a2e547bf1a70610da6568d91ed3e785d15a12151abebdd5e885fba532523";
1365 };
1404 };
1366 meta = {
1405 meta = {
1367 license = [ pkgs.lib.licenses.mit ];
1406 license = [ pkgs.lib.licenses.mit ];
1368 };
1407 };
1369 };
1408 };
1370 pytest-runner = super.buildPythonPackage {
1409 pytest-runner = super.buildPythonPackage {
1371 name = "pytest-runner-3.0";
1410 name = "pytest-runner-4.2";
1372 buildInputs = with self; [];
1411 buildInputs = with self; [];
1373 doCheck = false;
1412 doCheck = false;
1374 propagatedBuildInputs = with self; [];
1413 propagatedBuildInputs = with self; [];
1375 src = fetchurl {
1414 src = fetchurl {
1376 url = "https://files.pythonhosted.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
1415 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
1377 sha256 = "0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703";
1416 sha256 = "d23f117be39919f00dd91bffeb4f15e031ec797501b717a245e377aee0f577be";
1378 };
1417 };
1379 meta = {
1418 meta = {
1380 license = [ pkgs.lib.licenses.mit ];
1419 license = [ pkgs.lib.licenses.mit ];
1381 };
1420 };
1382 };
1421 };
1383 pytest-sugar = super.buildPythonPackage {
1422 pytest-sugar = super.buildPythonPackage {
1384 name = "pytest-sugar-0.9.0";
1423 name = "pytest-sugar-0.9.1";
1385 buildInputs = with self; [];
1424 buildInputs = with self; [];
1386 doCheck = false;
1425 doCheck = false;
1387 propagatedBuildInputs = with self; [pytest termcolor];
1426 propagatedBuildInputs = with self; [pytest termcolor];
1388 src = fetchurl {
1427 src = fetchurl {
1389 url = "https://files.pythonhosted.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
1428 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
1390 sha256 = "8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686";
1429 sha256 = "ab8cc42faf121344a4e9b13f39a51257f26f410e416c52ea11078cdd00d98a2c";
1391 };
1430 };
1392 meta = {
1431 meta = {
1393 license = [ pkgs.lib.licenses.bsdOriginal ];
1432 license = [ pkgs.lib.licenses.bsdOriginal ];
1394 };
1433 };
1395 };
1434 };
1396 pytest-timeout = super.buildPythonPackage {
1435 pytest-timeout = super.buildPythonPackage {
1397 name = "pytest-timeout-1.2.0";
1436 name = "pytest-timeout-1.2.1";
1398 buildInputs = with self; [];
1437 buildInputs = with self; [];
1399 doCheck = false;
1438 doCheck = false;
1400 propagatedBuildInputs = with self; [pytest];
1439 propagatedBuildInputs = with self; [pytest];
1401 src = fetchurl {
1440 src = fetchurl {
1402 url = "https://files.pythonhosted.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
1441 url = "https://files.pythonhosted.org/packages/be/e9/a9106b8bc87521c6813060f50f7d1fdc15665bc1bbbe71c0ffc1c571aaa2/pytest-timeout-1.2.1.tar.gz";
1403 sha256 = "c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8";
1442 sha256 = "68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd";
1404 };
1443 };
1405 meta = {
1444 meta = {
1406 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1445 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
@@ -1538,9 +1577,9 b''
1538 };
1577 };
1539 rhodecode-enterprise-ce = super.buildPythonPackage {
1578 rhodecode-enterprise-ce = super.buildPythonPackage {
1540 name = "rhodecode-enterprise-ce-4.13.0";
1579 name = "rhodecode-enterprise-ce-4.13.0";
1541 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj];
1580 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj];
1542 doCheck = true;
1581 doCheck = true;
1543 propagatedBuildInputs = with self; [setuptools-scm amqp authomatic babel beaker celery chameleon channelstream click colander configobj cssselect decorator deform docutils dogpile.cache dogpile.core ecdsa formencode future futures gnureadline infrae.cache iso8601 itsdangerous jinja2 billiard kombu lxml mako markdown markupsafe msgpack-python mysql-python objgraph packaging paste pastedeploy pastescript pathlib2 peppercorn psutil psycopg2 py-bcrypt pycrypto pycurl pyflakes pygments-markdown-lexer pygments pyparsing pyramid-beaker pyramid-debugtoolbar pyramid-jinja2 pyramid-mako pyramid pysqlite python-dateutil python-ldap python-memcached python-pam pytz tzlocal pyzmq py-gfm redis repoze.lru requests routes setproctitle simplejson six sqlalchemy sshpubkeys subprocess32 supervisor tempita translationstring trollius urllib3 urlobject venusian weberror webhelpers2 webhelpers webob whoosh wsgiref zope.cachedescriptors zope.deprecation zope.event zope.interface nbconvert bleach nbformat jupyter-client alembic invoke bumpversion gevent greenlet gunicorn waitress ipdb ipython cprofilev bottle rhodecode-tools appenlight-client pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage];
1582 propagatedBuildInputs = with self; [setuptools-scm amqp authomatic babel beaker celery chameleon channelstream click colander configobj cssselect decorator deform docutils dogpile.cache dogpile.core ecdsa formencode future futures gnureadline infrae.cache iso8601 itsdangerous jinja2 billiard kombu lxml mako markdown markupsafe msgpack-python mysql-python objgraph packaging paste pastedeploy pastescript pathlib2 peppercorn psutil psycopg2 py-bcrypt pycrypto pycurl pyflakes pygments-markdown-lexer pygments pyparsing pyramid-beaker pyramid-debugtoolbar pyramid-jinja2 pyramid-mako pyramid pysqlite python-dateutil python-ldap python-memcached python-pam pytz tzlocal pyzmq py-gfm redis repoze.lru requests routes setproctitle simplejson six sqlalchemy sshpubkeys subprocess32 supervisor tempita translationstring trollius urllib3 urlobject venusian weberror webhelpers2 webhelpers webob whoosh wsgiref zope.cachedescriptors zope.deprecation zope.event zope.interface nbconvert bleach nbformat jupyter-client alembic invoke bumpversion gevent greenlet gunicorn waitress ipdb ipython cprofilev bottle rhodecode-tools appenlight-client pytest py pytest-cov pytest-sugar pytest-runner pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage];
1544 src = ./.;
1583 src = ./.;
1545 meta = {
1584 meta = {
1546 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1585 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
@@ -1,13 +1,12 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.2.5
2 pytest==3.6.0
3 py==1.5.2
3 py==1.5.3
4 pytest-cov==2.5.1
4 pytest-cov==2.5.1
5 pytest-sugar==0.9.0
5 pytest-sugar==0.9.1
6 pytest-runner==3.0.0
6 pytest-runner==4.2.0
7 pytest-catchlog==1.2.2
7 pytest-profiling==1.3.0
8 pytest-profiling==1.2.11
9 gprof2dot==2017.9.19
8 gprof2dot==2017.9.19
10 pytest-timeout==1.2.0
9 pytest-timeout==1.2.1
11
10
12 mock==1.0.1
11 mock==1.0.1
13 webtest==2.0.29
12 webtest==2.0.29
General Comments 0
You need to be logged in to leave comments. Login now