Skip to content

Commit

Permalink
Mark as unreleased
Browse files Browse the repository at this point in the history
Mark changelog update as unreleased
  • Loading branch information
hakonhagland committed Sep 20, 2023
1 parent ac5155c commit fdbc399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
4.3.0 (2023-09-20)
------------------
UNRELEASED
-----------

- ``qapp`` now sets up the ``QApplication`` instance with a command line argument like this
``QApplication([prog_name])`` instead of using an empty list ``QApplication([])``.
Expand Down
6 changes: 0 additions & 6 deletions tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,12 +564,6 @@ def test_qapp_args_default(testdir):
Test QApplication default arguments.
"""

# testdir.makeini(
# """
# [pytest]
# qt_qapp_name = frobnicator
# """
# )
testdir.makepyfile(
"""
def test_args(qapp):
Expand Down

0 comments on commit fdbc399

Please sign in to comment.