https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: 9f86efdd1ebff543695acb1d3a35727a51a71740 authored by Dave Eargle on 16 March 2021, 00:05:50 UTC
Merge pull request #475 from NYUCCL/fix-shell-invalid-aws-cred-messaging
Tip revision: 9f86efd
setup.cfg
[aliases]
test=pytest

[testenv]
deps = .[test]

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