Skip to content

Commit

Permalink
Remove pre-check for cupcake/alpha@github/thejohnfreeman
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Feb 28, 2024
1 parent d10802f commit 4f25db2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
'debug': 'Debug',
}

@pytest.fixture(scope='session', autouse=True)
def before_all(request):
subprocess.run([
'conan', 'info', 'cupcake/alpha@github/thejohnfreeman'
], check=True)

@pytest.fixture(scope='session', params=GENERATOR)
def generator(request):
return request.param
Expand Down

0 comments on commit 4f25db2

Please sign in to comment.