This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Description
System: NixOS 19.09
executed pypi2nix command:
pypi2nix -e flake8
nix-shell command nix-shell requirements.nix -A interpreter fails with:
...
error: attribute 'pytest-runner' missing, at /nix/store/5ll78gf7iszpzgff40w2j7vv8ca64a7g-source/overrides.nix:14:40
(use '--show-trace' to show detailed location information)
What i tried so far without success:
- disabling the default overrides
- adding pytestrunner as extra build input via
-E python37Packages.pytestrunner
- adding pytest-runner as extra python dependency via
-s pytest-runner