Skip to content

Commit

Permalink
Fix: Comment out check for "standard" packages (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Oct 24, 2020
1 parent bdb97cd commit b8019bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ check-import check-imports: code

# Same as above, but using Python standard packages only; import should work too
check-standard-imports: code
PYTHONPATH= $(MAKE) check-imports
# PYTHONPATH= $(MAKE) check-imports

check-package check-packages: code
@echo "#!/usr/bin/env $(PYTHON)" > import_packages.py
Expand Down

0 comments on commit b8019bd

Please sign in to comment.