mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 02:24:15 +00:00
3f6fb4d9f5
* attempt to use the locked version of SpiffWorkflow in ci w/ burnettk * fixed regex for spiffworkflow revision replacement * make sure we also update the lockfile when getting new spiff * install poetry before we attempt to update hte pyproject * hardcoding spiffworkflow revision as a test w/ burnettk * try running tests in ci from bash script w/ burnettk * print working dir in ci w/ burnettk * fixed location of instance dir w/ burnettk * run with mysql in ci * run typeguard with bash script as well w/ burnettk * fixed postgres test w/ burnettk * clean up github action file w/ burnettk * fixed postgres test again w/ burnettk * pyl * attempt to remove nox from ci completely * omit safety for now to test coverage * fixed how coverage is being called from not nox * allow running safety and macos again * renamed run_not_nox to run_ci_session w/ burnettk * attempt to only upload if matrix says to w/ burnettk * attempt to install mysqlclient prereqs for mac and remove noxfile stuff w/ burnettk * added back the constraints file w/ burnettk * moved the contributing file to the root of arena w/ burnettk --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com>
23 lines
365 B
Plaintext
23 lines
365 B
Plaintext
.mypy_cache/
|
|
/.idea/
|
|
/.coverage
|
|
.coverage.*
|
|
/.python-version
|
|
/.pytype/
|
|
/dist/
|
|
/docs/_build/
|
|
/src/*.egg-info/
|
|
/src/instance
|
|
__pycache__/
|
|
*.sqlite3
|
|
node_modules
|
|
/pyrightconfig.json
|
|
/tests/files/tickets.csv
|
|
/log/*.log
|
|
/tests/spiffworkflow_backend/files
|
|
/bin/import_secrets.py
|
|
/src/spiffworkflow_backend/config/secrets.py
|
|
*null-ls_*
|
|
/local_wheels/*.whl
|
|
/some_cache_dir
|