We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI, the Nix build of this package includes the test directory in the $out path. This can cause conflicts with other packages. This should be resolved by the pythonRemoveTestsDirHook in nixpkgs/release-20.03 (see https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/hooks/python-remove-tests-dir-hook.sh), more just an FYI for your derivation.
test
pythonRemoveTestsDirHook
nixpkgs/release-20.03
The text was updated successfully, but these errors were encountered:
Thanks, will fix!
Sorry, something went wrong.
No branches or pull requests
FYI, the Nix build of this package includes the
test
directory in the $out path. This can cause conflicts with other packages. This should be resolved by thepythonRemoveTestsDirHook
innixpkgs/release-20.03
(see https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/hooks/python-remove-tests-dir-hook.sh), more just an FYI for your derivation.The text was updated successfully, but these errors were encountered: