Show More
@@ -561,19 +561,6 b'' | |||||
561 | license = [ pkgs.lib.licenses.mit ]; |
|
561 | license = [ pkgs.lib.licenses.mit ]; | |
562 | }; |
|
562 | }; | |
563 | }; |
|
563 | }; | |
564 | pytest-catchlog = super.buildPythonPackage { |
|
|||
565 | name = "pytest-catchlog-1.2.2"; |
|
|||
566 | buildInputs = with self; []; |
|
|||
567 | doCheck = false; |
|
|||
568 | propagatedBuildInputs = with self; [py pytest]; |
|
|||
569 | src = fetchurl { |
|
|||
570 | url = "https://files.pythonhosted.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip"; |
|
|||
571 | sha256 = "4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0"; |
|
|||
572 | }; |
|
|||
573 | meta = { |
|
|||
574 | license = [ pkgs.lib.licenses.mit ]; |
|
|||
575 | }; |
|
|||
576 | }; |
|
|||
577 | pytest-cov = super.buildPythonPackage { |
|
564 | pytest-cov = super.buildPythonPackage { | |
578 | name = "pytest-cov-2.5.1"; |
|
565 | name = "pytest-cov-2.5.1"; | |
579 | buildInputs = with self; []; |
|
566 | buildInputs = with self; []; | |
@@ -654,9 +641,9 b'' | |||||
654 | }; |
|
641 | }; | |
655 | rhodecode-vcsserver = super.buildPythonPackage { |
|
642 | rhodecode-vcsserver = super.buildPythonPackage { | |
656 | name = "rhodecode-vcsserver-4.13.0"; |
|
643 | name = "rhodecode-vcsserver-4.13.0"; | |
657 |
buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner |
|
644 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage configobj]; | |
658 | doCheck = true; |
|
645 | doCheck = true; | |
659 |
propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner |
|
646 | propagatedBuildInputs = with self; [beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mako markupsafe mercurial msgpack-python pastedeploy pyramid pyramid-mako pygments pathlib2 repoze.lru simplejson subprocess32 subvertpy six translationstring webob zope.deprecation zope.interface gevent greenlet gunicorn waitress ipdb ipython pytest py pytest-cov pytest-sugar pytest-runner pytest-profiling gprof2dot pytest-timeout mock webtest cov-core coverage]; | |
660 | src = ./.; |
|
647 | src = ./.; | |
661 | meta = { |
|
648 | meta = { | |
662 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
|
649 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
@@ -4,7 +4,6 b' py==1.5.3' | |||||
4 | pytest-cov==2.5.1 |
|
4 | pytest-cov==2.5.1 | |
5 | pytest-sugar==0.9.1 |
|
5 | pytest-sugar==0.9.1 | |
6 | pytest-runner==3.0.0 |
|
6 | pytest-runner==3.0.0 | |
7 | pytest-catchlog==1.2.2 |
|
|||
8 | pytest-profiling==1.3.0 |
|
7 | pytest-profiling==1.3.0 | |
9 | gprof2dot==2017.9.19 |
|
8 | gprof2dot==2017.9.19 | |
10 | pytest-timeout==1.2.0 |
|
9 | pytest-timeout==1.2.0 |
General Comments 0
You need to be logged in to leave comments.
Login now