Skip to content

Commit

Permalink
Remove path tricks from conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gatsik committed Sep 19, 2024
1 parent 64a3714 commit 442e6ca
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
import os
import sys

import pytest

sys.path.insert(
0,
os.path.abspath(
os.path.join(
os.path.dirname(os.path.realpath(__file__)), "src",
),
),
)

__all__ = ('application', 'signal_receiver')


@pytest.fixture(scope="module")
def application(qapp, request):
Expand Down

0 comments on commit 442e6ca

Please sign in to comment.