Failed

test.deltas_test.test_composite_metric (from pytest)

Failing for the past 1 build (Since #15 )
Took 0 ms.

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