remove usage of pylib in docs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import py
|
||||
import os.path
|
||||
|
||||
import pytest
|
||||
|
||||
mydir = py.path.local(__file__).dirpath()
|
||||
mydir = os.path.dirname(__file__)
|
||||
|
||||
|
||||
def pytest_runtest_setup(item):
|
||||
|
||||
Reference in New Issue
Block a user