Skip to content

Commit

Permalink
Accidentally skipped StatoilTest instead of STLTest (on windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Sep 7, 2022
1 parent 7bfae9b commit c20bf5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions tests/unit/io/STLTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from openpnm.models.misc import from_neighbor_pores


@pytest.mark.skipif(os.name == 'nt', reason="Skipping on Windows")
class STLTest:

def setup_class(self):
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/io/StatoilTest.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import os
import py
import pytest
import numpy as np
import scipy as sp
import openpnm as op
import networkx as nx
from pathlib import Path


@pytest.mark.skipif(os.name == 'nt', reason="Skipping on Windows")
class StatoilTest:

def setup_class(self):
Expand Down

0 comments on commit c20bf5e

Please sign in to comment.