nixpkgs/pkgs/development/python-modules/parameterized
Maximilian Bosch 9d188f908c
pythonPackages.nose-parameterized: create parameterized alias
`pythonPackages.parameterized` is the successor of `nose-parameterized`
as the authors of the module decided to support more testing frameworks
and stopped focusing on `noes` only. `nose-parameterized` is still
available in `pypi` with version `0.6.0`, but is officially deprecated.

However the renaming happened quite recently so it is possible that
there are still folks relying on `nose-parameterized`. Therefore I moved
the expression to provide a `pythonPackages.parameterized` derivation
and added a package override which builds `nose-parameterized` after
yielding a deprecation warning.
2018-02-05 13:55:52 +01:00
..
default.nix pythonPackages.nose-parameterized: create parameterized alias 2018-02-05 13:55:52 +01:00