Skip to content

deposit.tests: Fix datadir definition

Antoine R. Dumont requested to merge ardumont/swh-deposit:fix-datadir into master

fighting the debian build for fun and profit (not).

Current local issue after fixing other things.

file /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swh.deposit/build/swh/deposit/tests/loader/test_client.py, line 178
  def test_check_fails(requests_mock_datadir):
file /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_swh.deposit/build/swh/deposit/tests/conftest.py, line 119
  @pytest.fixture
  def requests_mock_datadir(datadir, requests_mock_datadir):
E       fixture 'datadir' not found
Edited by Antoine R. Dumont

Merge request reports