]> granicus.if.org Git - graphviz/commitdiff
fix: upgrade Pytest 6.2.2 → 6.2.4
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 6 Oct 2021 02:47:17 +0000 (19:47 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 6 Oct 2021 02:51:54 +0000 (19:51 -0700)
Python 3.10 was released on 2021-10-04 with what appears to be a breaking
change.¹ Graphviz’ Windows CI tasks (intentionally) install an unpinned
version of Python 3, so they get whatever the latest Python 3 version available
on Chocolatey is. Python 3.10 became available in Chocolatey on 2021-10-05 and
Windows CI tasks immediately started failing. The root cause is that 3.10
exposes a latent bug in Pytest.² This bug is reportedly fixed in Pytest 6.2.4,
so upgrading should repair Windows CI.

¹ https://bugs.python.org/issue43798
² https://github.com/pytest-dev/pytest/issues/8539

requirements.txt

index 91b9862c0dfbba71e405c7458ddcdd9e09bb53d6..f7ad69ce20728ea22151e8d0bb9241eb137f577e 100644 (file)
@@ -1,2 +1,2 @@
 pylint==2.7.1
-pytest==6.2.2
+pytest==6.2.4