| Age | Commit message (Collapse) | Author |
|
- switch to pytestCheckHook
- don't get coverage
- never run speedup tests
|
|
- add format
- use hash
- replace pkgs with lib
|
|
|
|
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
|
|
|
|
The build was broken by the python 3.7 switch, which caused an
incompatible change in the way cython generates files:
https://github.com/Kozea/tinycss/issues/17
This is solved by removing the pre-generated file and re-generating it
at build time.
|
|
|