Skip to content

Commit

Permalink
Add codereview
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 19, 2023
1 parent b6d85cf commit 3eb87c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest']
timeout-minutes: 60
defaults:
run:
Expand Down
5 changes: 1 addition & 4 deletions holoviews/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
from panel.tests.conftest import server_cleanup, port, pytest_addoption, pytest_collection_modifyitems # noqa


CUSTOM_MARKS = ('ui',)
from panel.tests.conftest import server_cleanup, port, pytest_addoption, pytest_collection_modifyitems, pytest_configure # noqa

0 comments on commit 3eb87c7

Please sign in to comment.