pythonPackages: deprecate pytestrunner alias

This commit is contained in:
Sandro Jäckel
2021-07-20 23:07:53 +02:00
parent 4209fed914
commit 9bfdf57e13
120 changed files with 218 additions and 220 deletions
@@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, markdown,
pytest, pytestrunner, pytest-cov, coverage }:
pytest, pytest-runner, pytest-cov, coverage }:
buildPythonPackage rec {
pname = "MarkdownSuperscript";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
sed 's/=.*//' -i requirements/*.txt
'';
checkInputs = [ pytest pytestrunner pytest-cov coverage ];
checkInputs = [ pytest pytest-runner pytest-cov coverage ];
meta = with lib; {
description = "An extension to the Python Markdown package enabling superscript text";