no way to robustly set Windows files to readonly, so removed those tests

This commit is contained in:
Tristan Lee
2023-09-21 05:51:28 -05:00
parent 89d89521fa
commit c7f2db1f9d
4 changed files with 6 additions and 29 deletions

View File

@@ -12,4 +12,7 @@ jobs:
python-version: '3.9'
- run: pip install -e .[dev]
- run: python -m playwright install
- run: pytest --exitfirst --failed-first
- run: |
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
pytest

View File

@@ -12,4 +12,4 @@ jobs:
python-version: '3.9'
- run: pip install -e .[dev]
- run: python -m playwright install
- run: pytest --exitfirst --failed-first
- run: pytest