working somewhat on thinkpad - doesn't pass tests
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
try:
|
||||
WindowsError
|
||||
except NameError:
|
||||
WindowsError = None
|
||||
|
||||
import pytest
|
||||
|
||||
pytestmark = pytest.mark.django_db
|
||||
|
||||
Reference in New Issue
Block a user