Projet

Général

Profil

0001-tests-skip-pytest-6.0.0-release-to-keep-caplog-tests.patch

Nicolas Roche, 29 juillet 2020 15:23

Télécharger (1,06 ko)

Voir les différences:

Subject: [PATCH] tests: skip pytest 6.0.0 release to keep caplog tests working
 (#45556)

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
24 24
	authentic: AUTHENTIC2_SETTINGS_FILE=tests_authentic/settings.py
25 25
	passerelle: DEBIAN_CONFIG_COMMON=debian/debian_config_common.py
26 26
	passerelle: PASSERELLE_SETTINGS_FILE=tests_passerelle/settings.py
27 27
	passerelle: DJANGO_SETTINGS_MODULE=passerelle.settings
28 28
	coverage: COVERAGE=--junitxml=junit-{envname}.xml --cov-report xml:coverage-{envname}.xml --cov-report html:htmlcov-{envname} --cov=hobo/ --cov-config .coveragerc
29 29
	fast: NOMIGRATIONS=--nomigrations
30 30
	oldstylemiddleware: OLD_STYLE_MIDDLEWARE=true
31 31
deps:
32
	pytest
32
	pytest!=6.0.0
33 33
	pytest-cov
34 34
	pytest-django
35 35
	pytest-mock
36 36
	coverage
37 37
	cssselect
38 38
	WebTest
39 39
	django-mellon
40 40
	django-webtest
41
-