-
- Downloads
Moved from requirements.txt to Pipfile
This also means that we need a `tests/__init__.py` file; this file makes py.test undertand what is our sources directory, and thus allows them to `import flamenco_worker`. As a result, the test imports from tests/*.py need to change to relative imports.
Showing
- Pipfile 20 additions, 0 deletionsPipfile
- Pipfile.lock 321 additions, 0 deletionsPipfile.lock
- README.md 1 addition, 1 deletionREADME.md
- requirements-dev.txt 0 additions, 4 deletionsrequirements-dev.txt
- requirements-test.txt 0 additions, 9 deletionsrequirements-test.txt
- requirements.txt 0 additions, 3 deletionsrequirements.txt
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/test_commands_blender_render.py 3 additions, 3 deletionstests/test_commands_blender_render.py
- tests/test_commands_copy_file.py 1 addition, 1 deletiontests/test_commands_copy_file.py
- tests/test_commands_merge_exr.py 1 addition, 1 deletiontests/test_commands_merge_exr.py
- tests/test_commands_move_out_of_way.py 1 addition, 1 deletiontests/test_commands_move_out_of_way.py
- tests/test_commands_move_to_final.py 1 addition, 1 deletiontests/test_commands_move_to_final.py
- tests/test_commands_remove_tree.py 1 addition, 1 deletiontests/test_commands_remove_tree.py
- tests/test_commands_subprocess.py 1 addition, 1 deletiontests/test_commands_subprocess.py
- tests/test_coro_mock.py 1 addition, 1 deletiontests/test_coro_mock.py
- tests/test_may_i_run.py 1 addition, 1 deletiontests/test_may_i_run.py
- tests/test_pretask_check.py 5 additions, 5 deletionstests/test_pretask_check.py
- tests/test_runner.py 2 additions, 2 deletionstests/test_runner.py
- tests/test_upstream_update_queue.py 6 additions, 6 deletionstests/test_upstream_update_queue.py
- tests/test_worker.py 9 additions, 9 deletionstests/test_worker.py
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
requirements-dev.txt
deleted
100644 → 0
requirements-test.txt
deleted
100644 → 0
requirements.txt
deleted
100644 → 0
tests/__init__.py
0 → 100644
Please register or sign in to comment