Skip to content

Commit 078ac75

Browse files
authored
Remove dynamic options. (#637)
1 parent ebd8426 commit 078ac75

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sparse/tests/conftest.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
import platform
2-
import sys
3-
41
import pytest
52

6-
is_64bits = sys.maxsize > 2**32
7-
8-
9-
def pytest_cmdline_preparse(args):
10-
if platform.system() != "Windows" and not is_64bits:
11-
args.append("--doctest-modules")
12-
133

144
@pytest.fixture(scope="session")
155
def rng():

0 commit comments

Comments
 (0)