summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElias Müller <elias.mr1@gmail.com>2024-01-29 16:52:42 +0100
committerGitHub <noreply@github.com>2024-01-29 16:52:42 +0100
commitd26f801cecc7a87b88ab2687228ce3c540d8e998 (patch)
tree9d30e536b0b986313eb22684ad9a9dafb1c80aae /tests
parentb6ab5a4ab00ee4fff35e50963732bcf87dd5329f (diff)
downloadpython-mpv-d26f801cecc7a87b88ab2687228ce3c540d8e998.tar.gz
python-mpv-d26f801cecc7a87b88ab2687228ce3c540d8e998.tar.bz2
python-mpv-d26f801cecc7a87b88ab2687228ce3c540d8e998.zip
Update CI pipeline (#271)
* Trigger on pull request * run on ubuntu-latest * run on 3.11 + 3.12 also * upgrade actions * upgrade libmpv * use libmpv-v3 on Windows * disable fail-fast behavior * replace pytest with unittest Using pytest, we run into access violation errors on Windows. They disappear when we use the unittest module.
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt
index ded363c..eabe145 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,2 +1 @@
PyVirtualDisplay>=3.0
-pytest>=7.1.2