pythonPackages: deprecate pytestcov alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:17 +02:00
parent d863d4b43e
commit 4209fed914
143 changed files with 268 additions and 268 deletions
@@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi, pythonAtLeast, pythonOlder, click
, click-completion, factory_boy, faker, inquirer, notify-py, pbr, pendulum
, ptable, pytestCheckHook, pytestcov, pytest-mock, requests, twine
, ptable, pytestCheckHook, pytest-cov, pytest-mock, requests, twine
, validate-email }:
buildPythonPackage rec {
@@ -20,7 +20,7 @@ buildPythonPackage rec {
'';
nativeBuildInputs = [ pbr twine ];
checkInputs = [ pbr pytestCheckHook pytestcov pytest-mock faker factory_boy ];
checkInputs = [ pbr pytestCheckHook pytest-cov pytest-mock faker factory_boy ];
preCheck = ''
export TOGGL_API_TOKEN=your_api_token