Skip to content

Commit

Permalink
Tests: Disable PySide2 plugin while testing Pandas
Browse files Browse the repository at this point in the history
* Not needed just like we disable the PyQt plugin.
  • Loading branch information
kayhayen committed Mar 15, 2021
1 parent ff0ed4a commit ada27ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/standalone/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def main():
extra_flags.append("plugin_enable:numpy")
extra_flags.append("plugin_disable:pylint-warnings")
extra_flags.append("plugin_disable:qt-plugins")
extra_flags.append("plugin_disable:pyside2")

if filename == "PmwUsing.py":
extra_flags.append("plugin_enable:pmw-freezer")
Expand Down

0 comments on commit ada27ce

Please sign in to comment.