Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed Sep 30, 2024
1 parent b4b5283 commit 56fddb1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python-libraries/nanover-lammps/tests/test_lammps_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@


pytestmark = pytest.mark.skipif(
sys.platform == "win32",
reason=(
"These tests can break the windows test runner on github. "
"This is tracked in issue #33: "
"<https://github.com/IRL2/nanover-protocol/issues/33>."
),
sys.platform == "win32",
reason=(
"These tests can break the windows test runner on github. "
"This is tracked in issue #33: "
"<https://github.com/IRL2/nanover-protocol/issues/33>."
),
)


Expand Down

0 comments on commit 56fddb1

Please sign in to comment.