Skip to content

Commit

Permalink
Fix test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 22, 2022
1 parent 5492a47 commit 38470c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ def git_url_substitutions(fake_process):
)

fake_process.register(cmd, stdout=stdout)


@pytest.fixture(autouse=True)
def published_projects(monkeypatch):
monkeypatch.setenv(
'PROJECTS_LIST_URL',
'https://www.dropbox.com/s/g16c8w9i7lg9dqn/projects.txt?dl=1',
)
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ testing =

# local
pytest-subprocess
types-requests

docs =
# upstream
Expand Down

0 comments on commit 38470c4

Please sign in to comment.