summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieron Briggs <kbriggs@gmail.com>2022-11-10 15:44:44 +1100
committerKieron Briggs <kbriggs@gmail.com>2022-11-10 15:44:44 +1100
commite57fac90878b2ee5580f1ac66fc83f2685eff830 (patch)
tree9a984180fbb6327f3d324a19de6cbf962cd36b4d
parentacb017a97332c19a9295660fe87316926a8adc55 (diff)
downloadpexpect-e57fac90878b2ee5580f1ac66fc83f2685eff830.tar.gz
Remove pytest-capturelog from testing requirements
The pytest-capturelog plugin no longer exists; its functionality has been merged into the pytest core since ~3.3. Remove the dependency. Fixes #729
-rw-r--r--requirements-testing.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements-testing.txt b/requirements-testing.txt
index 1894122..c47d7b1 100644
--- a/requirements-testing.txt
+++ b/requirements-testing.txt
@@ -2,4 +2,3 @@ pytest
pytest-cov
coverage
coveralls
-pytest-capturelog