summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: python-vcrpy: Update to 4.1.1.Giacomo Leidi2021-12-12
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-vcrpy): Update to 4.1.1. [arguments]: Replace 'check phase to run unit tests. [native-inputs]: Add required dependencies. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: python-pytest-console-scripts: Update to 1.2.1.Ricardo Wurmus2021-12-07
| | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-console-scripts): Update to 1.2.1.
* | gnu: Add python-pytest-rerunfailures.Ricardo Wurmus2021-12-07
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-rerunfailures): New variable.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: Add python-xunitparser.Ricardo Wurmus2021-11-30
| | | | | | | | * gnu/packages/python-check.scm (python-xunitparser): New variable.
* | gnu: python-codacy-coverage: Add missing python-requests input.Maxim Cournoyer2021-11-22
| | | | | | | | | | * gnu/packages/python-check.scm (python-codacy-coverage) [propagated-inputs]: Add python-requests.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: python-pytest-astropy: Adjust inputs.Vinicius Monego2021-11-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-astropy)[arguments]: Add new phase to skip a version check bug. [native-inputs]: Remove python-pytest. Move python-hypothesis, python-pytest-arraydiff, python-pytest-astropy-header, python-pytest-cov, python-pytest-filter-subpackage, python-pytest-openfiles, python-pytest-remotedata to ... [propagated-inputs]: ... here. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Fix ‘this packages’ and some other niggles.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-home-0.5)[description]: Fix ‘this packages’ typo. * gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]: Likewise. * gnu/packages/python-check.scm (python-pytest-csv)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise, and note which language. * gnu/packages/python-xyz.scm (python-recommonmark)[description]: Likewise, and work around ‘enabling you’.
* | gnu: python-pytest-toolbox: Honor #:tests? flag.Efraim Flashner2021-10-27
| | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-toolbox)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* | gnu: python-pytest-toolbox: Fix test suite.Efraim Flashner2021-10-27
| | | | | | | | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-toolbox)[arguments]: Adjust custom 'check phase to remove obsolete pytest flag. [native-inputs]: Remove python-coverage, python-docutils, python-flake8, python-isort, python-pyflakes, python-pygments, python-pytest-cov, python-pytest-mock, python-pytest-sugar.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: Add python-aioresponses.Sébastien Lerique2021-10-18
| | | | | | | | | | | | * gnu/packages/python-check.scm (python-aioresponses): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
| * gnu: Add python-pytest-mockito.Maxim Cournoyer2021-10-15
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-mockito): New variable.
| * gnu: Add python-mockito.Maxim Cournoyer2021-10-15
| | | | | | | | * gnu/packages/python-check.scm (python-mockito): New variable.
* | gnu: python-pytest-trio: Honor #:tests? flag.Efraim Flashner2021-10-15
| | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Honor the #:tests? flag.
* | gnu: python-pytest-trio: Update to 0.7.0.Efraim Flashner2021-10-15
| | | | | | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-trio): Update to 0.7.0. [arguments]: Add some tests to skip. [propagated-inputs]: Add python-async-generator, python-outcome, python-pytest.
* | gnu: python-pytest-checkdocs: Update to 1.2.5.Efraim Flashner2021-10-15
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.5.
* | gnu: python-pytest-checkdocs: Fix build.Efraim Flashner2021-10-15
| | | | | | | | | | * gnu/packagess/python-check.scm (python-pytest-checkdocs) [native-inputs]: Add python-pytest.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: Add python-pytest-exploratory.Maxim Cournoyer2021-10-01
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-exploratory): New variable.
| * gnu: Add python-pytest-repeat.Maxim Cournoyer2021-09-30
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-repeat): New variable.
| * gnu: Add python-pytest-csv.Maxim Cournoyer2021-09-28
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-csv): New variable.
| * gnu: Update python-mypy to 0.910.raingloom2021-09-26
| | | | | | | | | | | | | | | | * gnu/packages/python-check.scm (python-mypy): Update to 0.910. [arguments]: Make --without-tests work with custom check phase. [propagated-inputs]: Add python-toml to fix missing import in mypyc. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: python-pytest-mpl: Fix build.Felix Gruber2021-09-14
| | | | | | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-mpl)[propagated-inputs]: Add python-nose. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: Add python-pytest-tornasync.Ricardo Wurmus2021-08-30
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-tornasync): New variable.
| * gnu: Add python-pytest-console-scripts.Ricardo Wurmus2021-08-30
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-console-scripts): New variable.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: python-coveralls: Update to 3.2.0.Efraim Flashner2021-08-09
| | | | | | | | * gnu/packages/python-check.scm (python-coveralls): Update to 3.2.0.
* | gnu: python-pytest-isort: Update to 2.0.0.Efraim Flashner2021-08-09
| | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-isort): Update to 2.0.0. [native-inputs]: Add python-mock.
* | gnu: python-pytest-isort: Honor #:tests in check phase.Efraim Flashner2021-08-09
| | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-isort)[arguments]: Honor #:tests flag.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: python-coveralls: Update to 3.1.0.Marius Bakke2021-07-17
| | | | | | | | | | | | * gnu/packages/python-check.scm (python-coveralls): Update to 3.1.0. [arguments]: Remove trailing #t's. [native-inputs]: Add PYTHON-RESPONSES.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/algebra.scm gnu/packages/bioinformatics.scm gnu/packages/curl.scm gnu/packages/docbook.scm gnu/packages/emacs-xyz.scm gnu/packages/maths.scm gnu/packages/plotutils.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/readline.scm gnu/packages/tls.scm gnu/packages/xml.scm gnu/packages/xorg.scm
| * gnu: Add python-pytest-mp.Hartmut Goebel2021-06-06
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-mp): New variable.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: Add python-tappy.Raghav Gururajan2021-05-17
| | | | | | | | * gnu/packages/python-check.scm (python-tappy): New variable.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
| * gnu: Add python-pytest-xvfb.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-xvfb): New variable.
| * gnu: Add python-pytest-qt.Vinicius Monego2021-05-08
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-qt): New variable.
| * gnu: Add python-pytest-click.Raghav Gururajan2021-05-02
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-click): New variable.
* | gnu: Fix merge mistakes.Efraim Flashner2021-04-18
| | | | | | | | | | | | | | | | * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Use correct texlive implementation. * gnu/packages/music.scm (python-abjad)[native-inputs], * gnu/packages/python-check.scm (python-pytest-helpers-namespace) [native-inputs]: Use correct variable for python-pytest.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm
| * gnu: Add python-pytest-helpers-namespace.BonfaceKilz2021-04-15
| | | | | | | | | | | | | | | | * gnu/packages/python-check.scm (python-pytest-helpers-namespace): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add python-allpairspy.Guillaume Le Vaillant2021-04-12
| | | | | | | | * gnu/packages/python-check.scm (python-allpairspy): New variable.
| * gnu: Add python-pyannotate.Brendan Tildesley2021-04-09
| | | | | | | | * gnu/packages/python-check.scm (python-pyannotate): New variable.
| * gnu: python-pytest-flake8: Update to 1.0.7.Efraim Flashner2021-03-29
| | | | | | | | * gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.7.