python.pkgs.pytest_28: remove old version
This commit is contained in:
parent
2c3c847d64
commit
56c3535d06
@ -1,30 +0,0 @@
|
|||||||
{ stdenv, pkgs, buildPythonPackage, fetchurl, isPy26, argparse, py, selenium }:
|
|
||||||
buildPythonPackage rec {
|
|
||||||
pname = "pytest";
|
|
||||||
version = "2.8.7";
|
|
||||||
name = pname + "-" + version;
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "mirror://pypi/p/pytest/${name}.tar.gz";
|
|
||||||
sha256 = "1bwb06g64x2gky8x5hcrfpg6r351xwvafimnhm5qxq7wajz8ck7w";
|
|
||||||
};
|
|
||||||
|
|
||||||
# Disabled temporarily because of Hydra issue with namespaces
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
preCheck = ''
|
|
||||||
# don't test bash builtins
|
|
||||||
rm testing/test_argcomplete.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ py ]
|
|
||||||
++ (stdenv.lib.optional isPy26 argparse)
|
|
||||||
++ stdenv.lib.optional
|
|
||||||
pkgs.config.pythonPackages.pytest.selenium or false
|
|
||||||
selenium;
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
maintainers = with maintainers; [ domenkozar lovek323 madjar ];
|
|
||||||
platforms = platforms.unix;
|
|
||||||
};
|
|
||||||
}
|
|
@ -3245,8 +3245,6 @@ in {
|
|||||||
|
|
||||||
pytest = self.pytest_33;
|
pytest = self.pytest_33;
|
||||||
|
|
||||||
pytest_28 = callPackage ../development/python-modules/pytest/2_8.nix {};
|
|
||||||
|
|
||||||
pytest_29 = callPackage ../development/python-modules/pytest/2_9.nix {};
|
pytest_29 = callPackage ../development/python-modules/pytest/2_9.nix {};
|
||||||
|
|
||||||
pytest_32 = callPackage ../development/python-modules/pytest/3_2.nix{
|
pytest_32 = callPackage ../development/python-modules/pytest/3_2.nix{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user