Navigation Menu

Skip to content

Commit

Permalink
need PySide2.QtCore for Py3 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 25, 2019
1 parent 8475271 commit 298b80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -120,6 +120,7 @@ before_install:
python-matplotlib \
python3-dev \
python3-pyside \
python3-pyside2.qtcore \
python3-matplotlib \
libboost1.65-dev \
libboost-filesystem1.65-dev \
Expand Down

2 comments on commit 298b80c

@sgrogan
Copy link
Contributor

@sgrogan sgrogan commented on 298b80c Nov 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now python3-pyside2.qtgui is missing.
Should we be running FreeCADcmd for the tests? We're not now https://github.com/FreeCAD/FreeCAD/blob/master/.travis.yml#L278

@wwmayer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately there doesn't seem to exist a meta-package python3-pyside2 but in the meantime triplus found another way to pull-in all needed packages. See c5ac5e0

Please sign in to comment.