pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel 2021-07-20 23:07:53 +02:00
parent 4209fed914
commit 9bfdf57e13
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
120 changed files with 218 additions and 220 deletions

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytestrunner, pytest }: { lib, buildPythonPackage, fetchPypi, pytest-runner, pytest }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "Cerberus"; pname = "Cerberus";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "1pxzr8sfm2hc5s96m9k044i44nwkva70n0ypr6a35v73zn891cx5"; sha256 = "1pxzr8sfm2hc5s96m9k044i44nwkva70n0ypr6a35v73zn891cx5";
}; };
checkInputs = [ pytestrunner pytest ]; checkInputs = [ pytest-runner pytest ];
meta = with lib; { meta = with lib; {
homepage = "http://python-cerberus.org/"; homepage = "http://python-cerberus.org/";

View file

@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
substituteInPlace setup.py --replace "bottle==" "bottle>=" substituteInPlace setup.py --replace "bottle==" "bottle>="
''; '';
nativeBuildInputs = with python3Packages; [ pytestrunner ]; nativeBuildInputs = with python3Packages; [ pytest-runner ];
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
daemonocle daemonocle
dnspython dnspython

View file

@ -1,6 +1,6 @@
{ lib, fetchgit { lib, fetchgit
, buildPythonApplication, buildPythonPackage , buildPythonApplication, buildPythonPackage
, pygobject3, pytestrunner, requests, responses, pytest, python-olm , pygobject3, pytest-runner, requests, responses, pytest, python-olm
, canonicaljson, olm , canonicaljson, olm
}: }:
let let
@ -20,7 +20,7 @@ let
propagatedBuildInputs = [ propagatedBuildInputs = [
requests responses olm python-olm canonicaljson requests responses olm python-olm canonicaljson
pytestrunner pytest pytest-runner pytest
]; ];
doCheck = false; doCheck = false;

View file

@ -44,7 +44,7 @@ buildPythonApplication rec {
freezegun freezegun
hypothesis hypothesis
pytest pytest
pytestrunner pytest-runner
pytest-cov pytest-cov
glibcLocales glibcLocales
]; ];

View file

@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
intltool intltool
gobject-introspection gobject-introspection
wrapGAppsHook wrapGAppsHook
python3.pkgs.pytestrunner python3.pkgs.pytest-runner
]; ];
buildInputs = [ buildInputs = [

View file

@ -9,7 +9,7 @@ buildPythonApplication rec {
# application, it would mess up the Python environment. Thus, don't add it # application, it would mess up the Python environment. Thus, don't add it
# here, instead add it to PATH when running unit tests # here, instead add it to PATH when running unit tests
checkInputs = [ pytest pytest-flake8 git ]; checkInputs = [ pytest pytest-flake8 git ];
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ ipython nbformat ]; propagatedBuildInputs = [ ipython nbformat ];
src = fetchPypi { src = fetchPypi {

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, writeText, asttokens { lib, buildPythonPackage, fetchPypi, writeText, asttokens
, pycryptodome, pytest_xdist, pytest-cov, recommonmark, semantic-version, sphinx , pycryptodome, pytest_xdist, pytest-cov, recommonmark, semantic-version, sphinx
, sphinx_rtd_theme, pytestrunner }: , sphinx_rtd_theme, pytest-runner }:
let let
sample-contract = writeText "example.vy" '' sample-contract = writeText "example.vy" ''
@ -21,7 +21,7 @@ buildPythonPackage rec {
sha256 = "e763561a161c35c03b92a0c176096dd9b4c78ab003c2f08324d443f459b3de84"; sha256 = "e763561a161c35c03b92a0c176096dd9b4c78ab003c2f08324d443f459b3de84";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
postPatch = '' postPatch = ''
substituteInPlace setup.py \ substituteInPlace setup.py \

View file

@ -1,7 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, pytestrunner , pytest-runner
, pytest , pytest
, pytest-asyncio , pytest-asyncio
, contextvars , contextvars
@ -23,7 +23,7 @@ buildPythonPackage rec {
}; };
buildInputs = [ buildInputs = [
pytestrunner pytest-runner
]; ];
checkInputs = [ checkInputs = [

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, installShellFiles { lib, buildPythonPackage, fetchPypi, installShellFiles
, Babel, requests, requests_oauthlib, six, click, markdown, pyyaml, cryptography , Babel, requests, requests_oauthlib, six, click, markdown, pyyaml, cryptography
, pytestrunner, coverage, flake8, mock, pytestCheckHook, pytest-cov, tox, gntp, sleekxmpp , pytest-runner, coverage, flake8, mock, pytestCheckHook, pytest-cov, tox, gntp, sleekxmpp
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -19,7 +19,7 @@ buildPythonPackage rec {
]; ];
checkInputs = [ checkInputs = [
pytestrunner coverage flake8 mock pytestCheckHook pytest-cov tox gntp sleekxmpp pytest-runner coverage flake8 mock pytestCheckHook pytest-cov tox gntp sleekxmpp
]; ];
disabledTests = [ "test_apprise_cli_nux_env" ]; disabledTests = [ "test_apprise_cli_nux_env" ];

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, glibcLocales , glibcLocales
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
}: }:
@ -19,7 +19,7 @@ buildPythonPackage rec {
LC_ALL = "en_US.UTF-8"; LC_ALL = "en_US.UTF-8";
buildInputs = [ glibcLocales ]; buildInputs = [ glibcLocales ];
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, numpy , numpy
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
}: }:
@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "039pxzgll2yz8xpr6bw788ymvgvqgna5kgl9m6d9mzi4yhbjsjpx"; sha256 = "039pxzgll2yz8xpr6bw788ymvgvqgna5kgl9m6d9mzi4yhbjsjpx";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ numpy ]; propagatedBuildInputs = [ numpy ];

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, fetchFromGitHub { lib, buildPythonPackage, fetchPypi, fetchFromGitHub
, wheel, pytestCheckHook, pytestrunner, pythonAtLeast }: , wheel, pytestCheckHook, pytest-runner, pythonAtLeast }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.18.4"; version = "0.18.4";
@ -16,7 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ wheel ]; propagatedBuildInputs = [ wheel ];
# Using pytes instead of setuptools check hook allows disabling specific tests # Using pytes instead of setuptools check hook allows disabling specific tests
checkInputs = [ pytestCheckHook pytestrunner ]; checkInputs = [ pytestCheckHook pytest-runner ];
dontUseSetuptoolsCheck = true; dontUseSetuptoolsCheck = true;
disabledTests = [ disabledTests = [
# Test fails with a an error: AssertionError: assert 30 == 31 # Test fails with a an error: AssertionError: assert 30 == 31

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytest , pytest
, pytestrunner , pytest-runner
, six , six
, html5lib , html5lib
, setuptools , setuptools
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "sha256-mLMXBznl6D3Z3BljPwdHJ62EjL7bYCZwjIrC07aXpDM="; sha256 = "sha256-mLMXBznl6D3Z3BljPwdHJ62EjL7bYCZwjIrC07aXpDM=";
}; };
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ packaging six html5lib setuptools ]; propagatedBuildInputs = [ packaging six html5lib setuptools ];
# Disable network tests # Disable network tests

View file

@ -8,7 +8,7 @@
, makeFontsConf , makeFontsConf
, freefont_ttf , freefont_ttf
, pytest , pytest
, pytestrunner , pytest-runner
, glibcLocales , glibcLocales
, cairo , cairo
, cffi , cffi

View file

@ -8,7 +8,7 @@
, makeFontsConf , makeFontsConf
, freefont_ttf , freefont_ttf
, pytest , pytest
, pytestrunner , pytest-runner
, glibcLocales , glibcLocales
, cairo , cairo
, cffi , cffi

View file

@ -23,7 +23,7 @@ buildPythonPackage rec {
fontDirectories = [ freefont_ttf ]; fontDirectories = [ freefont_ttf ];
}; };
checkInputs = [ numpy pytest pytestrunner glibcLocales ]; checkInputs = [ numpy pytest pytest-runner glibcLocales ];
propagatedBuildInputs = [ cairo cffi ] ++ lib.optional withXcffib xcffib; propagatedBuildInputs = [ cairo cffi ] ++ lib.optional withXcffib xcffib;
checkPhase = '' checkPhase = ''

View file

@ -6,7 +6,7 @@
, click , click
, pytest , pytest
, pytest-cov , pytest-cov
, pytestrunner , pytest-runner
, pyyaml , pyyaml
, six , six
}: }:
@ -31,7 +31,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
pytest pytest
pytest-cov pytest-cov
pytestrunner pytest-runner
]; ];
checkPhase = '' checkPhase = ''

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, fetchpatch { lib, buildPythonPackage, fetchPypi, fetchpatch
, pytest, pytestrunner, hypothesis }: , pytest, pytest-runner, hypothesis }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "chardet"; pname = "chardet";
@ -18,7 +18,7 @@ buildPythonPackage rec {
}) })
]; ];
checkInputs = [ pytest pytestrunner hypothesis ]; checkInputs = [ pytest pytest-runner hypothesis ];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/chardet/chardet"; homepage = "https://github.com/chardet/chardet";

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy27 { lib, buildPythonPackage, fetchPypi, isPy27
, pytest, pytestrunner, pytestCheckHook }: , pytest, pytest-runner, pytestCheckHook }:
buildPythonPackage rec { buildPythonPackage rec {
version = "1.0.0"; version = "1.0.0";
@ -12,7 +12,7 @@ buildPythonPackage rec {
sha256 = "12ax07n81vxbyayhwzi1q6x7gfmwmvrvwm1n4ii6qa6fqlp9pzj7"; sha256 = "12ax07n81vxbyayhwzi1q6x7gfmwmvrvwm1n4ii6qa6fqlp9pzj7";
}; };
nativeBuildInputs = [ pytestrunner ]; # pytest-runner included in setup-requires nativeBuildInputs = [ pytest-runner ]; # pytest-runner included in setup-requires
checkInputs = [ pytest pytestCheckHook ]; checkInputs = [ pytest pytestCheckHook ];
pythonImportsCheck = [ "ci" ]; pythonImportsCheck = [ "ci" ];

View file

@ -4,7 +4,7 @@
, isPy27 , isPy27
, mock , mock
, pytest , pytest
, pytestrunner , pytest-runner
, sh , sh
, coverage , coverage
, docopt , docopt
@ -33,7 +33,7 @@ buildPythonPackage rec {
]; ];
buildInputs = [ buildInputs = [
pytestrunner pytest-runner
]; ];
postPatch = '' postPatch = ''

View file

@ -4,7 +4,7 @@
, fetchPypi , fetchPypi
, tinycss2 , tinycss2
, pytest , pytest
, pytestrunner , pytest-runner
, pytest-cov , pytest-cov
, pytest-flake8 , pytest-flake8
, pytest-isort , pytest-isort
@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ tinycss2 ]; propagatedBuildInputs = [ tinycss2 ];
checkInputs = [ pytest pytestrunner pytest-cov pytest-flake8 pytest-isort ]; checkInputs = [ pytest pytest-runner pytest-cov pytest-flake8 pytest-isort ];
meta = with lib; { meta = with lib; {
description = "CSS selectors for Python ElementTree"; description = "CSS selectors for Python ElementTree";

View file

@ -1,5 +1,5 @@
{ lib, stdenv, buildPythonPackage, isPy3k, fetchFromGitHub { lib, stdenv, buildPythonPackage, isPy3k, fetchFromGitHub
, asgiref, autobahn, twisted, pytestrunner , asgiref, autobahn, twisted, pytest-runner
, hypothesis, pytest, pytest-asyncio, service-identity, pyopenssl , hypothesis, pytest, pytest-asyncio, service-identity, pyopenssl
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "sha256-KWkMV4L7bA2Eo/u4GGif6lmDNrZAzvYyDiyzyWt9LeI="; sha256 = "sha256-KWkMV4L7bA2Eo/u4GGif6lmDNrZAzvYyDiyzyWt9LeI=";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ asgiref autobahn twisted service-identity pyopenssl ]; propagatedBuildInputs = [ asgiref autobahn twisted service-identity pyopenssl ];

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder { lib, buildPythonPackage, fetchPypi, pythonOlder
, fonttools, setuptools-scm , fonttools, setuptools-scm
, pytest, pytestrunner, lxml, fs, unicodedata2, fontpens , pytest, pytest-runner, lxml, fs, unicodedata2, fontpens
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -25,7 +25,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
pytest pytest
pytestrunner pytest-runner
lxml lxml
fs fs
unicodedata2 unicodedata2

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi
, pytestrunner , pytest-runner
, setuptools , setuptools
, coverage, pytest , coverage, pytest
}: }:
@ -13,7 +13,7 @@ buildPythonPackage rec {
sha256 = "0klb0ysybzlh2wihvir82hgq62v0jjmlcqklwajyms7c0p529yby"; sha256 = "0klb0ysybzlh2wihvir82hgq62v0jjmlcqklwajyms7c0p529yby";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ setuptools ]; propagatedBuildInputs = [ setuptools ];

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi
, django_environ, mock, django , django_environ, mock, django
, pytest, pytestrunner, pytest-django , pytest, pytest-runner, pytest-django
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-guardian"; pname = "django-guardian";
@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "c58a68ae76922d33e6bdc0e69af1892097838de56e93e78a8361090bcd9f89a0"; sha256 = "c58a68ae76922d33e6bdc0e69af1892097838de56e93e78a8361090bcd9f89a0";
}; };
checkInputs = [ pytest pytestrunner pytest-django django_environ mock ]; checkInputs = [ pytest pytest-runner pytest-django django_environ mock ];
propagatedBuildInputs = [ django ]; propagatedBuildInputs = [ django ];
meta = with lib; { meta = with lib; {

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi { lib, buildPythonPackage, fetchPypi
, pytestrunner, requests, urllib3, mock, setuptools, stone }: , pytest-runner, requests, urllib3, mock, setuptools, stone }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "dropbox"; pname = "dropbox";
@ -18,7 +18,7 @@ buildPythonPackage rec {
# Set DROPBOX_TOKEN environment variable to a valid token. # Set DROPBOX_TOKEN environment variable to a valid token.
doCheck = false; doCheck = false;
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ requests urllib3 mock setuptools stone ]; propagatedBuildInputs = [ requests urllib3 mock setuptools stone ];
meta = with lib; { meta = with lib; {

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, pytestrunner, pytest, scipy, pytestCheckHook }: { lib, buildPythonPackage, fetchFromGitHub, pytest-runner, pytest, scipy, pytestCheckHook }:
buildPythonPackage { buildPythonPackage {
pname = "fastpair"; pname = "fastpair";
@ -11,7 +11,7 @@ buildPythonPackage {
sha256 = "1l8zgr8awg27lhlkpa2dsvghrb7b12jl1bkgpzg5q7pg8nizl9mx"; sha256 = "1l8zgr8awg27lhlkpa2dsvghrb7b12jl1bkgpzg5q7pg8nizl9mx";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
checkInputs = [ pytest pytestCheckHook ]; checkInputs = [ pytest pytestCheckHook ];

View file

@ -5,7 +5,7 @@
, numba , numba
, numpy , numpy
, pandas , pandas
, pytestrunner , pytest-runner
, cramjam , cramjam
, fsspec , fsspec
, thrift , thrift
@ -23,7 +23,7 @@ buildPythonPackage rec {
hash = "sha256-wSJ6PqW7c8DJCsGuPhXaVGM2s/1dZhLjG4C0JWPcjhY="; hash = "sha256-wSJ6PqW7c8DJCsGuPhXaVGM2s/1dZhLjG4C0JWPcjhY=";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ cramjam fsspec numba numpy pandas thrift ]; propagatedBuildInputs = [ cramjam fsspec numba numpy pandas thrift ];
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, requests, beautifulsoup4, pytest, requests-mock, { lib, buildPythonPackage, fetchPypi, requests, beautifulsoup4, pytest, requests-mock,
pytestrunner }: pytest-runner }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "favicon"; pname = "favicon";
@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "6d6b5a78de2a0d0084589f687f384b2ecd6a6527093fec564403b1a30605d7a8"; sha256 = "6d6b5a78de2a0d0084589f687f384b2ecd6a6527093fec564403b1a30605d7a8";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
checkInputs = [ pytest requests-mock ]; checkInputs = [ pytest requests-mock ];
propagatedBuildInputs = [ requests beautifulsoup4 ]; propagatedBuildInputs = [ requests beautifulsoup4 ];

View file

@ -5,7 +5,7 @@
, pytestCheckHook , pytestCheckHook
, ffmpeg , ffmpeg
, future , future
, pytestrunner , pytest-runner
, pytest-mock , pytest-mock
}: }:
@ -27,7 +27,7 @@ buildPythonPackage rec {
}) })
]; ];
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ future ]; propagatedBuildInputs = [ future ];
checkInputs = [ pytestCheckHook pytest-mock ]; checkInputs = [ pytestCheckHook pytest-mock ];

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder { lib, buildPythonPackage, fetchPypi, pythonOlder
, mock, pytest, pytestrunner , mock, pytest, pytest-runner
, configparser, enum34, mccabe, pycodestyle, pyflakes, functools32, typing ? null, importlib-metadata , configparser, enum34, mccabe, pycodestyle, pyflakes, functools32, typing ? null, importlib-metadata
}: }:
@ -12,7 +12,7 @@ buildPythonPackage rec {
sha256 = "07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"; sha256 = "07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b";
}; };
checkInputs = [ pytest mock pytestrunner ]; checkInputs = [ pytest mock pytest-runner ];
propagatedBuildInputs = [ pyflakes pycodestyle mccabe ] propagatedBuildInputs = [ pyflakes pycodestyle mccabe ]
++ lib.optionals (pythonOlder "3.2") [ configparser functools32 ] ++ lib.optionals (pythonOlder "3.2") [ configparser functools32 ]
++ lib.optionals (pythonOlder "3.4") [ enum34 ] ++ lib.optionals (pythonOlder "3.4") [ enum34 ]

View file

@ -5,7 +5,7 @@
, requests_toolbelt , requests_toolbelt
, requests_oauthlib , requests_oauthlib
, pytest , pytest
, pytestrunner , pytest-runner
, pytest-cov , pytest-cov
, responses , responses
}: }:
@ -21,7 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ requests requests_toolbelt requests_oauthlib ]; propagatedBuildInputs = [ requests requests_toolbelt requests_oauthlib ];
checkInputs = [ pytest pytestrunner pytest-cov responses ]; checkInputs = [ pytest pytest-runner pytest-cov responses ];
doCheck = false; # Otherwise: doCheck = false; # Otherwise:
# ========================= no tests ran in 0.01 seconds ========================= # ========================= no tests ran in 0.01 seconds =========================
# builder for '/nix/store/c8a58v6aa18zci08q2l53s12ywn8jqhq-python3.6-flickrapi-2.4.0.drv' failed with exit code 5 # builder for '/nix/store/c8a58v6aa18zci08q2l53s12ywn8jqhq-python3.6-flickrapi-2.4.0.drv' failed with exit code 5

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, isPy27 { lib, buildPythonPackage, fetchPypi, isPy27
, fonttools, setuptools-scm , fonttools, setuptools-scm
, pytest, pytestrunner , pytest, pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,7 +17,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools-scm ]; nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ fonttools ]; propagatedBuildInputs = [ fonttools ];
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
meta = with lib; { meta = with lib; {
description = "A collection of objects that implement fast font, glyph, etc. math"; description = "A collection of objects that implement fast font, glyph, etc. math";

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k { lib, buildPythonPackage, fetchPypi, isPy3k
, cached-property, frozendict, pystache, pyyaml, pytest, pytestrunner , cached-property, frozendict, pystache, pyyaml, pytest, pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -12,7 +12,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
pytestrunner pytest-runner
cached-property cached-property
frozendict frozendict
pystache pystache

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pythonOlder , pythonOlder
, setuptools , setuptools
, pytestrunner , pytest-runner
, pytest , pytest
, pytest-asyncio , pytest-asyncio
, twisted , twisted
@ -25,7 +25,7 @@ buildPythonPackage rec {
sha256 = "3efbd6998600254ec7a2869318bd3ffde38edc3a0d37be0c14bc46b45947b682"; sha256 = "3efbd6998600254ec7a2869318bd3ffde38edc3a0d37be0c14bc46b45947b682";
}; };
nativeBuildInputs = [ setuptools pytestrunner ]; nativeBuildInputs = [ setuptools pytest-runner ];
checkInputs = [ pytest pytest-asyncio twisted treq tornado aiohttp ]; checkInputs = [ pytest pytest-asyncio twisted treq tornado aiohttp ];
propagatedBuildInputs = [ propagatedBuildInputs = [
uritemplate uritemplate

View file

@ -4,7 +4,7 @@
, pyparsing , pyparsing
, future , future
, pytest , pytest
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -24,7 +24,7 @@ buildPythonPackage rec {
future future
]; ];
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
patches = [ ./no-setup-requires-pytestrunner.patch ]; patches = [ ./no-setup-requires-pytestrunner.patch ];

View file

@ -1,7 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestrunner , pytest-runner
, python-dateutil , python-dateutil
, babelfish , babelfish
, rebulk , rebulk
@ -18,7 +18,7 @@ buildPythonPackage rec {
# Tests require more packages. # Tests require more packages.
doCheck = false; doCheck = false;
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ propagatedBuildInputs = [
python-dateutil babelfish rebulk python-dateutil babelfish rebulk
]; ];

View file

@ -10,7 +10,7 @@
, codecov , codecov
, pytest , pytest
, pytest-cov , pytest-cov
, pytestrunner , pytest-runner
, coveralls , coveralls
, twine , twine
, check-manifest , check-manifest
@ -36,7 +36,7 @@ buildPythonPackage rec {
doCheck = false; # incompatible with latest astropy doCheck = false; # incompatible with latest astropy
checkInputs = [ checkInputs = [
pytest pytest-cov pytestrunner coveralls scipy pandas astropy twine check-manifest codecov pytest pytest-cov pytest-runner coveralls scipy pandas astropy twine check-manifest codecov
]; ];
pythonImportsCheck = [ "hickle" ]; pythonImportsCheck = [ "hickle" ];

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, pytestrunner, scikitimage }: { lib, buildPythonPackage, fetchFromGitHub, pytest-runner, scikitimage }:
buildPythonPackage { buildPythonPackage {
pname = "image-match"; pname = "image-match";
@ -11,7 +11,7 @@ buildPythonPackage {
sha256 = "0vlmpidmhkpgdzw2k03x5layhijcrjpmyfd93yv2ls77ihz00ix5"; sha256 = "0vlmpidmhkpgdzw2k03x5layhijcrjpmyfd93yv2ls77ihz00ix5";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ propagatedBuildInputs = [
scikitimage scikitimage

View file

@ -3,7 +3,7 @@
, six , six
, hypothesis , hypothesis
, pytest , pytest
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
}: }:
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "114cyff00j9r7qm2ld4w1a4kklr5gx570vk67p56gpr2553dkmly"; sha256 = "114cyff00j9r7qm2ld4w1a4kklr5gx570vk67p56gpr2553dkmly";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ arrow six ]; propagatedBuildInputs = [ arrow six ];
checkInputs = [ pytest hypothesis ]; checkInputs = [ pytest hypothesis ];

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k { lib, buildPythonPackage, fetchPypi, isPy3k
, pytest, pytestrunner, pbr, glibcLocales , pytest-cov , pytest, pytest-runner, pbr, glibcLocales , pytest-cov
, requests, requests_oauthlib, requests_toolbelt, defusedxml , requests, requests_oauthlib, requests_toolbelt, defusedxml
, ipython , ipython
}: }:
@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "e2a94adff98e45b29ded030adc76103eab34fa7d4d57303f211f572bedba0e93"; sha256 = "e2a94adff98e45b29ded030adc76103eab34fa7d4d57303f211f572bedba0e93";
}; };
buildInputs = [ glibcLocales pytest pytest-cov pytestrunner pbr ]; buildInputs = [ glibcLocales pytest pytest-cov pytest-runner pbr ];
propagatedBuildInputs = [ requests requests_oauthlib requests_toolbelt defusedxml pbr ipython ]; propagatedBuildInputs = [ requests requests_oauthlib requests_toolbelt defusedxml pbr ipython ];
# impure tests because of connectivity attempts to jira servers # impure tests because of connectivity attempts to jira servers

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, keyutils, pytestrunner, pytest }: { lib, buildPythonPackage, fetchFromGitHub, keyutils, pytest-runner, pytest }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "keyutils"; pname = "keyutils";
@ -13,7 +13,7 @@ buildPythonPackage rec {
}; };
buildInputs = [ keyutils ]; buildInputs = [ keyutils ];
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
meta = { meta = {
description = "A set of python bindings for keyutils"; description = "A set of python bindings for keyutils";

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, { lib, buildPythonPackage, fetchPypi,
six, pytest, pytestrunner, pytest-cov, coverage six, pytest, pytest-runner, pytest-cov, coverage
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "libais"; pname = "libais";
@ -13,7 +13,7 @@ buildPythonPackage rec {
# data files missing # data files missing
doCheck = false; doCheck = false;
checkInputs = [ pytest pytestrunner pytest-cov coverage ]; checkInputs = [ pytest pytest-runner pytest-cov coverage ];
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];
meta = with lib; { meta = with lib; {

View file

@ -5,7 +5,7 @@
, mock , mock
, pycrypto , pycrypto
, requests , requests
, pytestrunner , pytest-runner
, pytest , pytest
, requests-mock , requests-mock
, typing , typing
@ -21,7 +21,7 @@ buildPythonPackage rec {
sha256 = "70096690b24a7832cc5abdfda1954b49fddc1c09a348a1e6caa781ac867ed4c6"; sha256 = "70096690b24a7832cc5abdfda1954b49fddc1c09a348a1e6caa781ac867ed4c6";
}; };
checkInputs = [ mock pytest pytestrunner requests-mock ]; checkInputs = [ mock pytest pytest-runner requests-mock ];
propagatedBuildInputs = [ pycrypto requests ] propagatedBuildInputs = [ pycrypto requests ]
++ lib.optionals isPy27 [ typing backports_ssl_match_hostname ]; ++ lib.optionals isPy27 [ typing backports_ssl_match_hostname ];

View file

@ -5,7 +5,7 @@
, mock , mock
, pycrypto , pycrypto
, requests , requests
, pytestrunner , pytest-runner
, pytest , pytest
, requests-mock , requests-mock
, typing , typing
@ -20,7 +20,7 @@ buildPythonPackage rec {
sha256 = "d7450453eaf5904eb4fb4f74cf9f37dc83721a719bce34f5abb336b1a1ab974d"; sha256 = "d7450453eaf5904eb4fb4f74cf9f37dc83721a719bce34f5abb336b1a1ab974d";
}; };
checkInputs = [ mock pytest pytestrunner requests-mock ]; checkInputs = [ mock pytest pytest-runner requests-mock ];
propagatedBuildInputs = [ pycrypto requests ] ++ lib.optionals isPy27 [ typing ]; propagatedBuildInputs = [ pycrypto requests ] ++ lib.optionals isPy27 [ typing ];
preConfigure = "cp libcloud/test/secrets.py-dist libcloud/test/secrets.py"; preConfigure = "cp libcloud/test/secrets.py-dist libcloud/test/secrets.py";

View file

@ -1,5 +1,5 @@
{ buildPythonPackage, freezegun, fetchFromGitHub, lib, pytestCheckHook { buildPythonPackage, freezegun, fetchFromGitHub, lib, pytestCheckHook
, pytest-mock, pytestrunner, six, tornado_4 }: , pytest-mock, pytest-runner, six, tornado_4 }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "lomond"; pname = "lomond";
@ -12,7 +12,7 @@ buildPythonPackage rec {
sha256 = "0lydq0imala08wxdyg2iwhqa6gcdrn24ah14h91h2zcxjhjk4gv8"; sha256 = "0lydq0imala08wxdyg2iwhqa6gcdrn24ah14h91h2zcxjhjk4gv8";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];
checkInputs = [ pytestCheckHook freezegun pytest-mock tornado_4 ]; checkInputs = [ pytestCheckHook freezegun pytest-mock tornado_4 ];
# Makes HTTP requests # Makes HTTP requests

View file

@ -1,4 +1,4 @@
{ lib, fetchPypi, buildPythonPackage, pytestrunner, six, beautifulsoup4, requests, }: { lib, fetchPypi, buildPythonPackage, pytest-runner, six, beautifulsoup4, requests, }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "lyricwikia"; pname = "lyricwikia";
version = "0.1.11"; version = "0.1.11";
@ -8,7 +8,7 @@ buildPythonPackage rec {
sha256 = "0l5lkvr3299x79i7skdiggp67rzgax3s00psd1zqkxfysq27jvc8"; sha256 = "0l5lkvr3299x79i7skdiggp67rzgax3s00psd1zqkxfysq27jvc8";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ six beautifulsoup4 requests ]; propagatedBuildInputs = [ six beautifulsoup4 requests ];
# upstream has no code tests # upstream has no code tests
doCheck = false; doCheck = false;

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, cython , cython
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
, hypothesis , hypothesis
}: }:
@ -23,7 +23,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ nativeBuildInputs = [
cython cython
pytestrunner pytest-runner
]; ];
preBuild = '' preBuild = ''

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, markdown, { lib, buildPythonPackage, fetchPypi, markdown,
pytest, pytestrunner, pytest-cov, coverage }: pytest, pytest-runner, pytest-cov, coverage }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "MarkdownSuperscript"; pname = "MarkdownSuperscript";
@ -20,7 +20,7 @@ buildPythonPackage rec {
sed 's/=.*//' -i requirements/*.txt sed 's/=.*//' -i requirements/*.txt
''; '';
checkInputs = [ pytest pytestrunner pytest-cov coverage ]; checkInputs = [ pytest pytest-runner pytest-cov coverage ];
meta = with lib; { meta = with lib; {
description = "An extension to the Python Markdown package enabling superscript text"; description = "An extension to the Python Markdown package enabling superscript text";

View file

@ -5,7 +5,7 @@
, hopcroftkarp , hopcroftkarp
, multiset , multiset
, pytest , pytest
, pytestrunner , pytest-runner
, hypothesis , hypothesis
, setuptools-scm , setuptools-scm
, isPy27 , isPy27
@ -36,7 +36,7 @@ buildPythonPackage rec {
--replace "pytest>=3.0,<4.0" "pytest" --replace "pytest>=3.0,<4.0" "pytest"
''; '';
buildInputs = [ setuptools-scm pytestrunner ]; buildInputs = [ setuptools-scm pytest-runner ];
checkInputs = [ pytest hypothesis ]; checkInputs = [ pytest hypothesis ];
propagatedBuildInputs = [ hopcroftkarp multiset ]; propagatedBuildInputs = [ hopcroftkarp multiset ];

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, requests , requests
, pytest, pytestrunner, responses , pytest, pytest-runner, responses
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "1mgjd0ymf9mvqjkvgx3xjhxap7rzdmpa21wfy0cxbw2xcswcrqyw"; sha256 = "1mgjd0ymf9mvqjkvgx3xjhxap7rzdmpa21wfy0cxbw2xcswcrqyw";
}; };
checkInputs = [ pytest pytestrunner responses ]; checkInputs = [ pytest pytest-runner responses ];
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner }: { lib, buildPythonPackage, fetchPypi, pytest, pytest-runner }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "mccabe"; pname = "mccabe";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx"; sha256 = "07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx";
}; };
buildInputs = [ pytest pytestrunner ]; buildInputs = [ pytest pytest-runner ];
meta = with lib; { meta = with lib; {
description = "McCabe checker, plugin for flake8"; description = "McCabe checker, plugin for flake8";

View file

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, buildPythonPackage, isPy3k { lib, fetchFromGitHub, buildPythonPackage, isPy3k
, sympy, pytest, pytestrunner, sphinx, setuptools-scm }: , sympy, pytest, pytest-runner, sphinx, setuptools-scm }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "measurement"; pname = "measurement";
@ -18,7 +18,7 @@ buildPythonPackage rec {
sed -i 's|use_scm_version=True|version="${version}"|' setup.py sed -i 's|use_scm_version=True|version="${version}"|' setup.py
''; '';
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
nativeBuildInputs = [ sphinx setuptools-scm ]; nativeBuildInputs = [ sphinx setuptools-scm ];
propagatedBuildInputs = [ sympy ]; propagatedBuildInputs = [ sympy ];

View file

@ -1,7 +1,7 @@
{ lib { lib
, fetchPypi , fetchPypi
, buildPythonPackage , buildPythonPackage
, pytestCheckHook, pytestrunner, pytest-cov , pytestCheckHook, pytest-runner, pytest-cov
, isPy3k , isPy3k
}: }:
@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5"; sha256 = "25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5";
}; };
checkInputs = [ pytestCheckHook pytestrunner pytest-cov ]; checkInputs = [ pytestCheckHook pytest-runner pytest-cov ];
disabled = !isPy3k; disabled = !isPy3k;

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, setuptools-scm , setuptools-scm
, pytestrunner , pytest-runner
, pytest , pytest
}: }:
@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "4801569c08bfcecfe7b0927b17f079c90f8607aca8fecaf42ded92b737162bc7"; sha256 = "4801569c08bfcecfe7b0927b17f079c90f8607aca8fecaf42ded92b737162bc7";
}; };
buildInputs = [ setuptools-scm pytestrunner ]; buildInputs = [ setuptools-scm pytest-runner ];
checkInputs = [ pytest ]; checkInputs = [ pytest ];
meta = with lib; { meta = with lib; {

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestCheckHook , pytestCheckHook
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -16,7 +16,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
pytestCheckHook pytestCheckHook
pytestrunner pytest-runner
]; ];
meta = with lib; { meta = with lib; {

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, watchdog, flake8 { lib, buildPythonPackage, fetchPypi, watchdog, flake8
, pytest, pytestrunner, coverage, sphinx, twine }: , pytest, pytest-runner, coverage, sphinx, twine }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "ndjson"; pname = "ndjson";
@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "v5dGy2uxy1PRcs2n8VTAfHhtZl/yg0Hk5om3lrIp5dY="; sha256 = "v5dGy2uxy1PRcs2n8VTAfHhtZl/yg0Hk5om3lrIp5dY=";
}; };
checkInputs = [ pytest pytestrunner flake8 twine sphinx coverage watchdog ]; checkInputs = [ pytest pytest-runner flake8 twine sphinx coverage watchdog ];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/rhgrant10/ndjson"; homepage = "https://github.com/rhgrant10/ndjson";

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, cython, numpy, nine, pytest, pytestrunner, python-utils, enum34 }: { lib, buildPythonPackage, fetchPypi, cython, numpy, nine, pytest, pytest-runner, python-utils, enum34 }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "numpy-stl"; pname = "numpy-stl";
@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "411c633d2a03c295d98fb26023a6e7f574ceead04015d06e80cdab20b630a742"; sha256 = "411c633d2a03c295d98fb26023a6e7f574ceead04015d06e80cdab20b630a742";
}; };
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
checkPhase = "py.test"; checkPhase = "py.test";

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder { lib, buildPythonPackage, fetchFromGitHub, pythonOlder
, pytest, pytestrunner, pyyaml, six, pathlib2, isPy27 }: , pytest, pytest-runner, pyyaml, six, pathlib2, isPy27 }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "omegaconf"; pname = "omegaconf";
@ -13,7 +13,7 @@ buildPythonPackage rec {
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ pyyaml six ] ++ lib.optional isPy27 pathlib2; propagatedBuildInputs = [ pyyaml six ] ++ lib.optional isPy27 pathlib2;
meta = with lib; { meta = with lib; {

View file

@ -6,7 +6,7 @@
# For tests/setup.py # For tests/setup.py
, pytest , pytest
, pytestrunner , pytest-runner
, requests-mock , requests-mock
}: }:
@ -17,11 +17,11 @@ buildPythonPackage rec {
inherit pname version; inherit pname version;
sha256 = "4af12f2fbcc9713878ab4ed571e9fda028bc68add34cde0e7226af4d833a4d38"; sha256 = "4af12f2fbcc9713878ab4ed571e9fda028bc68add34cde0e7226af4d833a4d38";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];
checkInputs = [ checkInputs = [
pytest pytest
pytestrunner pytest-runner
requests-mock requests-mock
]; ];

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy3k { lib, buildPythonPackage, fetchFromGitHub, isPy3k
, stdenv, pytestrunner, pytest, mock }: , stdenv, pytest-runner, pytest, mock }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "paho-mqtt"; pname = "paho-mqtt";
@ -18,7 +18,7 @@ buildPythonPackage rec {
substituteInPlace setup.cfg --replace "--pylama" "" substituteInPlace setup.cfg --replace "--pylama" ""
''; '';
checkInputs = [ pytestrunner pytest ] ++ lib.optional (!isPy3k) mock; checkInputs = [ pytest-runner pytest ] ++ lib.optional (!isPy3k) mock;
doCheck = !stdenv.isDarwin; doCheck = !stdenv.isDarwin;

View file

@ -1,6 +1,6 @@
{ lib, fetchPypi { lib, fetchPypi
, buildPythonPackage, pythonOlder , buildPythonPackage, pythonOlder
, pytest, pytestrunner , pytest, pytest-runner
, parse, six, enum34 , parse, six, enum34
}: }:
@ -13,7 +13,7 @@ buildPythonPackage rec {
sha256 = "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz"; sha256 = "02wclgiqky06y36b3q07b7ngpks5j0gmgl6n71ac2j2hscc0nsbz";
}; };
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ parse six ] ++ lib.optional (pythonOlder "3.4") enum34; propagatedBuildInputs = [ parse six ] ++ lib.optional (pythonOlder "3.4") enum34;
checkPhase = '' checkPhase = ''

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, isPy27 , isPy27
, pytest , pytest
, pytestrunner , pytest-runner
, future , future
}: }:
@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "4cb368fbb18a0b7231f4d76119165451c8d2e35951455dfee97c62a87b04d455"; sha256 = "4cb368fbb18a0b7231f4d76119165451c8d2e35951455dfee97c62a87b04d455";
}; };
buildInputs = [ pytest pytestrunner ]; buildInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ future ]; propagatedBuildInputs = [ future ];
meta = with lib; { meta = with lib; {

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, six , six
, pytestrunner , pytest-runner
, pytest , pytest
}: }:
@ -18,7 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];
checkInputs = [ pytestrunner pytest ]; checkInputs = [ pytest-runner pytest ];
# Certain tests require network # Certain tests require network
checkPhase = '' checkPhase = ''

View file

@ -1,7 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, pytestrunner , pytest-runner
, pytest , pytest
}: }:
@ -14,7 +14,7 @@ buildPythonPackage rec {
sha256 = "6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817"; sha256 = "6dead6ab9823a85d585ef27f878bc647f787edb9ca8da0716aa9f1261b464817";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
checkInputs = [ pytest ]; checkInputs = [ pytest ];

View file

@ -8,7 +8,7 @@
, semver , semver
, pytestCheckHook , pytestCheckHook
, pytest-cov , pytest-cov
, pytestrunner , pytest-runner
, openapi-spec-validator , openapi-spec-validator
}: }:
@ -22,7 +22,7 @@ buildPythonPackage rec {
}; };
buildInputs = [ buildInputs = [
pytestrunner pytest-runner
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -4,7 +4,7 @@
, betamax-matchers , betamax-matchers
, mock , mock
, six , six
, pytestrunner , pytest-runner
, prawcore , prawcore
, pytest , pytest
, requests-toolbelt , requests-toolbelt
@ -24,7 +24,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pytestrunner pytest-runner
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -1,5 +1,5 @@
{ buildPythonPackage, fetchPypi, flask, isPy27, lib, nixosTests { buildPythonPackage, fetchPypi, flask, isPy27, lib, nixosTests
, prometheus_client, py-air-control, pytestCheckHook, pytest-cov, pytestrunner , prometheus_client, py-air-control, pytestCheckHook, pytest-cov, pytest-runner
, setuptools-scm }: , setuptools-scm }:
buildPythonPackage rec { buildPythonPackage rec {
@ -13,7 +13,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ setuptools-scm ]; nativeBuildInputs = [ setuptools-scm ];
checkInputs = [ pytestCheckHook pytest-cov pytestrunner ]; checkInputs = [ pytestCheckHook pytest-cov pytest-runner ];
propagatedBuildInputs = [ flask prometheus_client py-air-control ]; propagatedBuildInputs = [ flask prometheus_client py-air-control ];
passthru.tests = { inherit (nixosTests.prometheus-exporters) py-air-control; }; passthru.tests = { inherit (nixosTests.prometheus-exporters) py-air-control; };

View file

@ -4,7 +4,7 @@
, lib , lib
, morphys , morphys
, pytest , pytest
, pytestrunner , pytest-runner
, python-baseconv , python-baseconv
, six , six
}: }:
@ -24,7 +24,7 @@ buildPythonPackage rec {
''; '';
nativeBuildInputs = [ nativeBuildInputs = [
pytestrunner pytest-runner
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -5,7 +5,7 @@
, lib , lib
, pytest , pytest
, pythonOlder , pythonOlder
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "bd70ecb5e94e7659e564ea153f0c7673291dc37c526c246800fc08d6c5378099"; sha256 = "bd70ecb5e94e7659e564ea153f0c7673291dc37c526c246800fc08d6c5378099";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
# Is private because the author states it's unmaintained # Is private because the author states it's unmaintained
# and shouldn't be used in production code # and shouldn't be used in production code

View file

@ -3,7 +3,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, isPy27 , isPy27
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
, numpy , numpy
, pillow , pillow
@ -36,7 +36,7 @@ buildPythonPackage {
propagatedBuildInputs = [ numpy pillow ]; propagatedBuildInputs = [ numpy pillow ];
checkInputs = [ pytestrunner pytestCheckHook ]; checkInputs = [ pytest-runner pytestCheckHook ];
# Setting $HOME to prevent pytest to try to create a folder inside # Setting $HOME to prevent pytest to try to create a folder inside
# /homeless-shelter which is read-only. # /homeless-shelter which is read-only.

View file

@ -2,7 +2,7 @@
, fetchPypi , fetchPypi
, lib , lib
, vcversioner , vcversioner
, pytestrunner , pytest-runner
, mock , mock
, pytest , pytest
, pytest-asyncio , pytest-asyncio
@ -35,7 +35,7 @@ buildPythonPackage rec {
pytest pytest
pytest-asyncio pytest-asyncio
pytest-trio pytest-trio
pytestrunner pytest-runner
twisted twisted
] ++ lib.optional isPy27 [ ] ++ lib.optional isPy27 [
attrs attrs

View file

@ -6,7 +6,7 @@
, flask , flask
, pyquery , pyquery
, pytest , pytest
, pytestrunner , pytest-runner
, cairosvg , cairosvg
, tinycss , tinycss
, cssselect , cssselect
@ -38,7 +38,7 @@ buildPythonPackage rec {
# Should be a check input, but upstream lists it under "setup_requires". # Should be a check input, but upstream lists it under "setup_requires".
# https://github.com/Kozea/pygal/issues/430 # https://github.com/Kozea/pygal/issues/430
pytestrunner pytest-runner
]; ];
checkInputs = [ checkInputs = [

View file

@ -1,6 +1,6 @@
{ stdenv, lib, buildPythonPackage, fetchPypi, astroid, six, isort, { stdenv, lib, buildPythonPackage, fetchPypi, astroid, six, isort,
mccabe, configparser, backports_functools_lru_cache, singledispatch, mccabe, configparser, backports_functools_lru_cache, singledispatch,
pytest, pytestrunner, setuptools }: pytest, pytest-runner, setuptools }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylint"; pname = "pylint";
@ -11,7 +11,7 @@ buildPythonPackage rec {
sha256 = "004kfapkqxqy2s85pmddqv0fabxdxywxrlbi549p0v237pr2v94p"; sha256 = "004kfapkqxqy2s85pmddqv0fabxdxywxrlbi549p0v237pr2v94p";
}; };
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ astroid six isort mccabe configparser backports_functools_lru_cache singledispatch setuptools ]; propagatedBuildInputs = [ astroid six isort mccabe configparser backports_functools_lru_cache singledispatch setuptools ];

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, buildPythonPackage , buildPythonPackage
, pymatgen , pymatgen
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
, isPy3k , isPy3k
}: }:
@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "0shldl8is3195jmji7dr3zsh1bzxlahaqrmpr28niks7nnfj80fx"; sha256 = "0shldl8is3195jmji7dr3zsh1bzxlahaqrmpr28niks7nnfj80fx";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];
propagatedBuildInputs = [ pymatgen ]; propagatedBuildInputs = [ pymatgen ];

View file

@ -6,7 +6,7 @@
, greenlet , greenlet
, pythonOlder , pythonOlder
, isPyPy , isPyPy
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -20,7 +20,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pytestrunner pytest-runner
]; ];
# Tests require pkgs.neovim, # Tests require pkgs.neovim,

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, isPy27 , isPy27
, pytestrunner , pytest-runner
, requests , requests
}: }:
@ -19,7 +19,7 @@ buildPythonPackage rec {
}; };
preBuild = "export HOME=$TMP"; preBuild = "export HOME=$TMP";
buildInputs = [ pytestrunner ]; # required via `setup_requires` buildInputs = [ pytest-runner ]; # required via `setup_requires`
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];
doCheck = false; # requires network access doCheck = false; # requires network access

View file

@ -1,7 +1,7 @@
{ lib { lib
, fetchPypi , fetchPypi
, buildPythonPackage , buildPythonPackage
, pytestrunner , pytest-runner
, numpy , numpy
, pyyaml , pyyaml
}: }:
@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "ada088f73f7e1a3bf085206e81e0f83ed89c1d0b23a789ecd0ba0a250724aee8"; sha256 = "ada088f73f7e1a3bf085206e81e0f83ed89c1d0b23a789ecd0ba0a250724aee8";
}; };
buildInputs = [ pytestrunner ]; buildInputs = [ pytest-runner ];
propagatedBuildInputs = [ numpy pyyaml ]; propagatedBuildInputs = [ numpy pyyaml ];
# Tests require git lfs download of repository # Tests require git lfs download of repository

View file

@ -5,7 +5,7 @@
, pytest , pytest
, pylint , pylint
, six , six
, pytestrunner , pytest-runner
, toml , toml
}: }:
@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27"; sha256 = "790c7a8019fab08e59bd3812db1657a01995a975af8b1c6ce95b9aa39d61da27";
}; };
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
buildInputs = [ pytest ]; buildInputs = [ pytest ];

View file

@ -7,7 +7,7 @@
, psutil , psutil
, pytest , pytest
, pytest-cov , pytest-cov
, pytestrunner , pytest-runner
, setuptools-scm , setuptools-scm
}: }:
@ -23,7 +23,7 @@ buildPythonPackage rec {
sha256 = "009c4rbyj4cjb8fznccfpr5wrzdmi56wq990yjh22n0z2qqylmkf"; sha256 = "009c4rbyj4cjb8fznccfpr5wrzdmi56wq990yjh22n0z2qqylmkf";
}; };
nativeBuildInputs = [ setuptools-scm pkgconfig pytestrunner ]; nativeBuildInputs = [ setuptools-scm pkgconfig pytest-runner ];
checkInputs = [ pytest pytest-cov psutil ]; checkInputs = [ pytest pytest-cov psutil ];
propagatedBuildInputs = lib.optionals (!isPy3k) [ future ]; propagatedBuildInputs = lib.optionals (!isPy3k) [ future ];

View file

@ -2,7 +2,7 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, fetchpatch , fetchpatch
, pytestrunner , pytest-runner
, future , future
, requests , requests
, responses , responses
@ -31,7 +31,7 @@ buildPythonPackage rec {
}) })
]; ];
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ future requests requests_oauthlib ]; propagatedBuildInputs = [ future requests requests_oauthlib ];
checkInputs = [ pytest responses hypothesis ]; checkInputs = [ pytest responses hypothesis ];

View file

@ -2,7 +2,7 @@
, python , python
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, pytestrunner , pytest-runner
, ply , ply
, networkx , networkx
, decorator , decorator
@ -39,7 +39,7 @@ in buildPythonPackage rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pytestrunner pytest-runner
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [

View file

@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi, pytestrunner, pytestCheckHook, glib, vips, cffi { buildPythonPackage, fetchPypi, pytest-runner, pytestCheckHook, glib, vips, cffi
, pkg-config, pkgconfig, lib }: , pkg-config, pkgconfig, lib }:
buildPythonPackage rec { buildPythonPackage rec {
@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "244e79c625be65237677c79424d4476de6c406805910015d4adbd0186c64a6a2"; sha256 = "244e79c625be65237677c79424d4476de6c406805910015d4adbd0186c64a6a2";
}; };
nativeBuildInputs = [ pytestrunner pkgconfig pkg-config ]; nativeBuildInputs = [ pytest-runner pkgconfig pkg-config ];
buildInputs = [ glib vips ]; buildInputs = [ glib vips ];

View file

@ -1,12 +1,12 @@
{ buildPythonPackage, lib, fetchPypi, numpy { buildPythonPackage, lib, fetchPypi, numpy
, pydantic, pint, networkx, pytestrunner, pytest-cov, pytest , pydantic, pint, networkx, pytest-runner, pytest-cov, pytest
} : } :
buildPythonPackage rec { buildPythonPackage rec {
pname = "qcelemental"; pname = "qcelemental";
version = "0.21.0"; version = "0.21.0";
checkInputs = [ pytestrunner pytest-cov pytest ]; checkInputs = [ pytest-runner pytest-cov pytest ];
propagatedBuildInputs = [ numpy pydantic pint networkx ]; propagatedBuildInputs = [ numpy pydantic pint networkx ];
src = fetchPypi { src = fetchPypi {

View file

@ -1,5 +1,5 @@
{ buildPythonPackage, lib, fetchPypi, pyyaml, qcelemental, pydantic { buildPythonPackage, lib, fetchPypi, pyyaml, qcelemental, pydantic
, py-cpuinfo, psutil, pytestrunner, pytest, pytest-cov , py-cpuinfo, psutil, pytest-runner, pytest, pytest-cov
} : } :
buildPythonPackage rec { buildPythonPackage rec {
@ -7,7 +7,7 @@ buildPythonPackage rec {
version = "0.19.0"; version = "0.19.0";
checkInputs = [ checkInputs = [
pytestrunner pytest-runner
pytest-cov pytest-cov
pytest pytest
]; ];

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytest, pytestrunner, six, regex}: { lib, buildPythonPackage, fetchPypi, pytest, pytest-runner, six, regex}:
buildPythonPackage rec { buildPythonPackage rec {
pname = "rebulk"; pname = "rebulk";
@ -11,7 +11,7 @@ buildPythonPackage rec {
# Some kind of trickery with imports that doesn't work. # Some kind of trickery with imports that doesn't work.
doCheck = false; doCheck = false;
buildInputs = [ pytest pytestrunner ]; buildInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ six regex ]; propagatedBuildInputs = [ six regex ];
meta = with lib; { meta = with lib; {

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, lib , lib
, pytestCheckHook , pytestCheckHook
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -15,7 +15,7 @@ buildPythonPackage rec {
sha256 = "sha256-ySU1gtskQTv9cDq/wbKkneePMbSQcjnyhumhkpoebjo="; sha256 = "sha256-ySU1gtskQTv9cDq/wbKkneePMbSQcjnyhumhkpoebjo=";
}; };
propagatedBuildInputs = [ cffi pytestrunner ]; propagatedBuildInputs = [ cffi pytest-runner ];
checkInputs = [ pytestCheckHook ]; checkInputs = [ pytestCheckHook ];

View file

@ -17,7 +17,7 @@
, pytest , pytest
, pytest-cov , pytest-cov
, pytest-mock , pytest-mock
, pytestrunner , pytest-runner
, pytest-virtualenv , pytest-virtualenv
, requests , requests
, six , six
@ -50,7 +50,7 @@ buildPythonPackage rec {
pytest pytest
pytest-cov pytest-cov
pytest-mock pytest-mock
pytestrunner pytest-runner
pytest-virtualenv pytest-virtualenv
requests requests
six six

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pkg-config , pkg-config
, pytest , pytest
, pytestrunner , pytest-runner
, cffi , cffi
, secp256k1 , secp256k1
}: }:
@ -18,7 +18,7 @@ buildPythonPackage rec {
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
propagatedBuildInputs = [ cffi secp256k1 ]; propagatedBuildInputs = [ cffi secp256k1 ];
# Tests are not included in archive # Tests are not included in archive

View file

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pytest , pytest
, virtualenv , virtualenv
, pytestrunner , pytest-runner
, pytest-virtualenv , pytest-virtualenv
, twisted , twisted
, pathlib2 , pathlib2
@ -18,7 +18,7 @@ buildPythonPackage rec {
sha256 = "14220f8f761c48ba1e2526f087195077cf54fad7098b382ce220422f0ff59b12"; sha256 = "14220f8f761c48ba1e2526f087195077cf54fad7098b382ce220422f0ff59b12";
}; };
buildInputs = [ pytest virtualenv pytestrunner pytest-virtualenv ]; buildInputs = [ pytest virtualenv pytest-runner pytest-virtualenv ];
propagatedBuildInputs = [ twisted pathlib2 ]; propagatedBuildInputs = [ twisted pathlib2 ];
postPatch = '' postPatch = ''

View file

@ -10,7 +10,7 @@
, pytest-cov , pytest-cov
, pytest-mock , pytest-mock
, pytestCheckHook , pytestCheckHook
, pytestrunner , pytest-runner
, requests , requests
, responses , responses
, six , six
@ -45,7 +45,7 @@ buildPythonPackage rec {
pytest-cov pytest-cov
pytest-mock pytest-mock
pytestCheckHook pytestCheckHook
pytestrunner pytest-runner
responses responses
]; ];

View file

@ -7,7 +7,7 @@
, sqlite-fts4 , sqlite-fts4
, tabulate , tabulate
, pytestCheckHook , pytestCheckHook
, pytestrunner , pytest-runner
, black , black
, hypothesis , hypothesis
, sqlite , sqlite
@ -32,7 +32,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
pytestCheckHook pytestCheckHook
pytestrunner pytest-runner
black black
hypothesis hypothesis
]; ];

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, six, pytest, pytestrunner }: { lib, buildPythonPackage, fetchPypi, six, pytest, pytest-runner }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "srptools"; pname = "srptools";
@ -11,7 +11,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ six ]; propagatedBuildInputs = [ six ];
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytest-runner ];
meta = with lib; { meta = with lib; {
description = "Python-Tools to implement Secure Remote Password (SRP) authentication"; description = "Python-Tools to implement Secure Remote Password (SRP) authentication";

View file

@ -5,7 +5,7 @@
, cffi , cffi
, six , six
, pytest , pytest
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,7 +17,7 @@ buildPythonPackage rec {
sha256 = "0px8k4fjbkjb717bg2v7rjhm4iclrxzq7sh0hfqs55f4ddqi0m8v"; sha256 = "0px8k4fjbkjb717bg2v7rjhm4iclrxzq7sh0hfqs55f4ddqi0m8v";
}; };
buildInputs = [ pkgs.ssdeep pytestrunner ]; buildInputs = [ pkgs.ssdeep pytest-runner ];
checkInputs = [ pytest ]; checkInputs = [ pytest ];
propagatedBuildInputs = [ cffi six ]; propagatedBuildInputs = [ cffi six ];

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, isPy27 { lib, buildPythonPackage, fetchPypi, isPy27
, requests, six , requests, six
, backports_unittest-mock, pytestCheckHook, pytestrunner }: , backports_unittest-mock, pytestCheckHook, pytest-runner }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "sseclient"; pname = "sseclient";
@ -15,7 +15,7 @@ buildPythonPackage rec {
# some tests use python3 strings # some tests use python3 strings
doCheck = !isPy27; doCheck = !isPy27;
checkInputs = [ backports_unittest-mock pytestCheckHook pytestrunner ]; checkInputs = [ backports_unittest-mock pytestCheckHook pytest-runner ];
# tries to open connection to wikipedia # tries to open connection to wikipedia
disabledTests = [ "event_stream" ]; disabledTests = [ "event_stream" ];

View file

@ -2,7 +2,7 @@
, coverage , coverage
, mock , mock
, ply , ply
, pytestrunner , pytest-runner
, pytestCheckHook , pytestCheckHook
, six , six
}: }:
@ -24,7 +24,7 @@ buildPythonPackage rec {
--replace "coverage==5.3" "coverage" --replace "coverage==5.3" "coverage"
''; '';
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ ply six ]; propagatedBuildInputs = [ ply six ];

View file

@ -20,7 +20,7 @@
, pytest , pytest
, pytest-flakes , pytest-flakes
, pytest-cov , pytest-cov
, pytestrunner , pytest-runner
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -40,7 +40,7 @@ buildPythonPackage rec {
checkInputs = [ checkInputs = [
sympy vcrpy pytest pytest-flakes sympy vcrpy pytest pytest-flakes
pytest-cov pytestrunner pytest-cov pytest-runner
]; ];
# https://github.com/Diaoul/subliminal/pull/963 # https://github.com/Diaoul/subliminal/pull/963

View file

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder { lib, buildPythonPackage, fetchFromGitHub, pythonOlder
, colorama, regex , colorama, regex
, pytestrunner, pytestCheckHook, pytest-mypy , pytest-runner, pytestCheckHook, pytest-mypy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -16,7 +16,7 @@ buildPythonPackage rec {
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
nativeBuildInputs = [ pytestrunner ]; nativeBuildInputs = [ pytest-runner ];
propagatedBuildInputs = [ colorama regex ]; propagatedBuildInputs = [ colorama regex ];
checkInputs = [ pytestCheckHook pytest-mypy ]; checkInputs = [ pytestCheckHook pytest-mypy ];

Some files were not shown because too many files have changed in this diff Show more