Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Aug 20, 2024
1 parent b286f3d commit 75c5e96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_tests_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12]
os: [macos-12, windows-latest]
python-version: ["3.10"]
fail-fast: true

Expand Down
6 changes: 0 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
from __future__ import annotations

import os
import sys
import logging
import pathlib

import pytest

from nukeserversocket import settings

# p = os.path.dirname(os.path.dirname(__file__))
# sys.path.append(os.path.join(p, 'nukeserversocket'))
# print('sys path', sys.path)


SETTINGS_FILE = pathlib.Path(__file__).parent / 'tmp' / 'nss.json'
SETTINGS_FILE.parent.mkdir(parents=True, exist_ok=True)

Expand Down

0 comments on commit 75c5e96

Please sign in to comment.