From babc98d98570b5dbb85fb1c58b012aafa9769696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 11 Nov 2022 14:51:14 +0100 Subject: Replace py.test usage with pytest, explicitly require py for tests pytest 7.2+ no longer depends on py. It ships py.path and py.error only. See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations The tests use py.code as well, hence we declare and document a test dependency on py. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index a97f028..881a093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pycparser pytest +py -- cgit v1.2.1