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

Fix moduleName not being applied for accessing python pkgs set #127

Merged
merged 4 commits into from
Jul 1, 2020

Conversation

infinisil
Copy link
Contributor

Fixes #126, was an oversight in #87

Note that moduleName is being applied to define the python pkgs overlay in

(self: super: builtins.listToAttrs (builtins.map (x: { name = moduleName x.name; value = null; }) incompatible))
, so it's also necessary when accessing the attributes

Ping @adisbladis @domenkozar @suryasr007

@infinisil
Copy link
Contributor Author

Cannot reproduce CI eval failure, nix-instantiate tests -I nixpkgs=channel:nixos-19.09 works for me

@infinisil
Copy link
Contributor Author

Pinging this, would like to get it merged soon :)

@adisbladis adisbladis force-pushed the missingModuleName branch 2 times, most recently from 798dc3e to 8d50703 Compare July 1, 2020 08:29
Some wheels are not available for python 3.8 which is the default on
unstable now.
@adisbladis
Copy link
Member

The test failures were not related to this PR at all. They were caused by the recent nixpkgs bump to Python 3.8 where not all packages used by the tests have wheels.

@adisbladis adisbladis merged commit e4f1e05 into nix-community:master Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attribute 'zope.testing' missing
2 participants