Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-09-22 18:31:56 +02:00
142 changed files with 3478 additions and 882 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ test run would be:
checkPhase = "pytest";
```
However, many repositories' test suites do not translate well to nix's build
However, many repositories' test suites do not translate well to nix's build
sandbox, and will generally need many tests to be disabled.
To filter tests using pytest, one can do the following: