Commit graph

3 commits

Author SHA1 Message Date
K900
91e59e97d1
hack: rewrite all tests to use poetry-core 2023-10-24 08:24:40 -04:00
Jairo Llopis
936f2b08bb
tests: assert that setting preferWheel with overridePythonAttrs fails
Adding `preferWheel = true` to a package can only be done with `.override` and not with `.overridePythonAttrs`. This is something unexpected or undocumented until now. This test proves that it doesn't work.
2023-01-19 10:53:20 +00:00
adisbladis
136f008a03
Add preferWheel option to <derivation>.override
Previously override wasn't really useful as it inherited the args from
buildPythonPackage.
Now we can create custom args for overrides.
2020-01-12 19:38:22 +00:00