Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#233] Cleanup testsuite #234

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

elbenfreund
Copy link
Collaborator

@elbenfreund elbenfreund commented Mar 6, 2020

In order to make the testsuite play nice with the current external libraries, the following changes were made:

  • Change SafeConfigParser to ConfigParser
  • Drop python2 support from the test suite (tox , travis)
  • Use explicit kwargs instead of args when instantiating Gtk.Label/Button etc instances.
  • Remove version pinning for docs.pip and tests.pip.

Closes: #233

Due to API changes, positional arguments for Gtk.Label/Button etc
instantiation is deprecated. Instead, kwargs are to be used.

Ref.: #233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update and cleanup test suite
1 participant