Skip to content

Commit

Permalink
tests: add a basic pypylon test
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Jan 18, 2024
1 parent 1c9b69c commit 15daae5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-test-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ seedir==0.4.2
cel-python==0.1.5
pygwalker==0.4.2
eth-hash==0.6.0
pypylon==3.0.1

# ------------------- Platform (OS) specifics

Expand Down
7 changes: 7 additions & 0 deletions src/_pyinstaller_hooks_contrib/tests/test_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -1888,3 +1888,10 @@ def test_pygwalker(pyi_builder):
pyi_builder.test_source("""
import pygwalker
""")


@importorskip('pypylon')
def test_pygwalker(pyi_builder):
pyi_builder.test_source("""
from pypylon import pylon
""")

0 comments on commit 15daae5

Please sign in to comment.