diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-09 17:46:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 18:46:49 +0100 |
| commit | c64c04e8bf17967aecce87a9389b062ae3ee749b (patch) | |
| tree | a9c178af5c283d0f3fef199e0d925af57ddda8b5 /pkgs/development/python-modules/python-ev3dev2 | |
| parent | a6671578ffa6336bfd1238f1b2a00662b5ab1b34 (diff) | |
pythonInterpreters.pypy39_prebuilt: fix `tests` eval (#278950)
Without the change `test-pythonPackagesExtensions` test fails the eval
as:
$ nix build -f. pythonInterpreters.pypy39_prebuilt.tests --show-trace
error:
… while evaluating an attribute name
at pkgs/development/interpreters/python/tests.nix:151:16:
150| });
151| in pkgs_.${python.pythonAttr}.pkgs.foo;
| ^
152| });
error: value is null while a string was expected
This happens because `pypy39_prebuilt` exposes `pythonAttr` attribute,
but it has a `null` value. Fix the test to filter out prebuilt pypy.
Diffstat (limited to 'pkgs/development/python-modules/python-ev3dev2')
0 files changed, 0 insertions, 0 deletions
