Skip to content

Commit

Permalink
removed unintended change in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
e100 committed Jul 17, 2024
1 parent 50e766a commit dcdc2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Source = "https://github.com/makerplane/pyEfis"
[tool.pytest.ini_options]
qt_api="pyqt5"
env = [
# "QT_QPA_PLATFORM = offscreen:size=1000x1000"
"QT_QPA_PLATFORM = xcb:size=1000,1000"
"QT_QPA_PLATFORM = offscreen:size=1000x1000"
# "QT_QPA_PLATFORM = xcb:size=1000,1000"
]
filterwarnings = [
# I belive this is warning that pyqt needs updated if you update to python 3.12
Expand Down

0 comments on commit dcdc2e5

Please sign in to comment.