Failed
test.test_issue6.test_issue_6 (from pytest)
Failing for the past 1 build
(Since Failed )
This test is unclaimed |
Error Message
failed on setup with "AttributeError: module 'os' has no attribute 'fspath'"
Stacktrace
@pytest.fixture(scope='session') def testdir() -> str: """ Test directory with 9 texts from 3 authors """ > return os.fspath(Path(__file__).parent / 'corpus3') E AttributeError: module 'os' has no attribute 'fspath' test/conftest.py:21: AttributeError