Revision e49f2381e15b80c0f7b23fd1aac99ca780f537a1 authored by Dave Eargle on 15 March 2021, 20:37:52 UTC, committed by Dave Eargle on 15 March 2021, 20:37:52 UTC
1 parent 2ae87a1
Raw File
setup.cfg
[aliases]
test=pytest

[testenv]
deps = .[test]

[tool:pytest]
addopts = --disable-socket
back to top