python3Packages.pytest-console-scripts: init at 1.2.0

Thanks to @kvas-it for cutting a release with the patches needed to make
tests work.
This commit is contained in:
Aluísio Augusto Silva Gonçalves
2021-04-30 11:40:29 -03:00
parent 98822ee896
commit 932ec5518e
2 changed files with 43 additions and 0 deletions
+2
View File
@@ -6261,6 +6261,8 @@ in {
pytest-click = callPackage ../development/python-modules/pytest-click { };
pytest-console-scripts = callPackage ../development/python-modules/pytest-console-scripts { };
pytest-cov = self.pytestcov; # self 2021-01-04
pytestcov = callPackage ../development/python-modules/pytest-cov { };