Skip to content

Commit

Permalink
Merge branch 'fixes' into docking
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Apr 20, 2023
2 parents 7a21a40 + b20c0f5 commit 74c4cbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ only_commits:
- pyproject.toml
- conftest.py
- .appveyor.yml
- tests/*
- imgui-cpp/*
- imgui/*
- config-cpp/*
- ci/*
- ansifeed-cpp/*
- tests/**/*
- imgui-cpp/**/*
- imgui/**/*
- config-cpp/**/*
- ci/**/*
- ansifeed-cpp/**/*
2 changes: 2 additions & 0 deletions doc/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ pytest<=7.3.0; python_version >= '3.8'

coveralls
#Pillow

pytest-rerunfailures
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tool:pytest]
filterwarnings = ignore::DeprecationWarning:docutils
addopts = --ignore=tests/test_crazy_callbacks.py
reruns = 5

0 comments on commit 74c4cbb

Please sign in to comment.