forked from psychopy/psychopy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpytest.ini
More file actions
32 lines (32 loc) · 689 Bytes
/
pytest.ini
File metadata and controls
32 lines (32 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[pytest]
markers =
bufferimage
mathtools
bufferimage
colorspacetools
textbox
ratingscale
requires_wx
monitors
audioclip
imagetools
stringtools
viewtools
uax14
scalepos
stdroutines
emulator
keyboard
slow
staticperiod
quit
shellCall
event
info
localization
web
needs_sound: requires sound hw, thus should not be exercised e.g. on travis-ci
needs_pygame: requires pygame
needs_wx: can't be run where wxpython doesn't run (e.g. mac without pythonw)
needs_qt: on ubuntu qt test seems not to work with pytest (but does on it's own)
minversion = 5.0