Skip to content

Commit

Permalink
more hacks for edgedb
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Sep 29, 2021
1 parent 4b8675e commit 35e004c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mypy_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,9 @@ def inner() -> Optional[int]:
# from the setup.py
pip_cmd=(
"{pip} install "
'$(python3 -c "import setuptools; setuptools.setup=dict; import setup; '
'$(python3 -c "import setuptools; setuptools.setup=dict; '
"from edb import buildmeta; buildmeta.get_version_from_scm = lambda *a: 1; "
"import setup; "
"print(' '.join(setup.TEST_DEPS+setup.DOCS_DEPS+setup.RUNTIME_DEPS))\")"
),
expected_success=True,
Expand Down

0 comments on commit 35e004c

Please sign in to comment.