Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python312Packages.blessings: drop #336152

Merged
merged 10 commits into from
Sep 22, 2024
Prev Previous commit
Next Next commit
python312Packages.pytest-relaxed drop invocation dependency
  • Loading branch information
Sigmanificient committed Aug 23, 2024
commit 59147201a76a2aa7379f6c537e00303dc154ea62
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/pytest-relaxed/default.nix
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
buildPythonPackage,
decorator,
fetchPypi,
invocations,
invoke,
pytest,
pytestCheckHook,
@@ -27,7 +26,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [ decorator ];

nativeCheckInputs = [
invocations
invoke
pytestCheckHook
];