Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 26, 2020
1 parent 445b67a commit 56dcf2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ classifiers:
- 'Intended Audience :: Developers'
- 'Topic :: Software Development :: Libraries :: Python Modules'
- 'Topic :: Utilities'

extra_sphinx_extensions:
- configconfig.autoconfig

Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def demo_environment():
return templates


@pytest.fixture
@pytest.fixture()
def original_datadir(request):
# Work around pycharm confusing datadir with test file.
return Path(os.path.splitext(request.module.__file__)[0] + "_")

0 comments on commit 56dcf2f

Please sign in to comment.