Skip to content

[#233] Cleanup testsuite#234

Open
elbenfreund wants to merge 4 commits intodevelopfrom
feature/233_cleanup_testsuite
Open

[#233] Cleanup testsuite#234
elbenfreund wants to merge 4 commits intodevelopfrom
feature/233_cleanup_testsuite

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