Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
a2a7b968
Commit
a2a7b968
authored
Oct 06, 2018
by
Thanassis Tsiodras
Browse files
Stop stderr noise from 'pip3 show typing'
parent
6ea555d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a2a7b968
...
...
@@ -5,7 +5,7 @@ PY_SRC:=$(filter-out dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py, ${PY_SR
# the one installed in $HOME/.local via setup.py.
#
# To address this, we find where our pip-installed typing lives:
TYPING_FOLDER
:=
$(
shell
pip3 show typing |
grep
^Location |
sed
's,^.*: ,,'
)
TYPING_FOLDER
:=
$(
shell
pip3 show typing
2>/dev/null
|
grep
^Location |
sed
's,^.*: ,,'
)
export
PYTHONPATH
=
${TYPING_FOLDER}
all
:
flake8 pylint mypy coverage testDB
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment