Skip to content

Commit

Permalink
build: fix tests (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Jan 15, 2025
1 parent c956dc4 commit 26bbc80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/0004_test_import_python3/import_python3.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
import libcst
import livereload
import lunr
import lxml
import mako
import markdown
import markdown_it #markdown_it_py
Expand Down Expand Up @@ -134,6 +135,7 @@
import pexpect
import pickleshare
import pika
import PIL #Pillow
import pip
import platformdirs
import pluggy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
import libcst
import livereload
import lunr
import lxml
import mako
import markdown
import markdown_it #markdown_it_py
Expand Down Expand Up @@ -137,6 +138,7 @@
import pexpect
import pickleshare
import pika
import PIL #Pillow
import pip
import platformdirs
import pluggy
Expand Down

0 comments on commit 26bbc80

Please sign in to comment.