Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdist is missing conftest.py #130

Open
mtelka opened this issue Apr 9, 2023 · 1 comment
Open

sdist is missing conftest.py #130

mtelka opened this issue Apr 9, 2023 · 1 comment

Comments

@mtelka
Copy link

mtelka commented Apr 9, 2023

The resolvelib 1.0.1 sdist package at PyPI is missing the tests/conftest.py file. Without the tests/conftest.py file the test_pin_conflict_with_self test fails with this error:

________________ ERROR at setup of test_pin_conflict_with_self _________________
file $(BUILD_DIR)/tests/test_resolvers.py, line 193
  def test_pin_conflict_with_self(monkeypatch, reporter):
E       fixture 'reporter' not found
>       available fixtures: benchmark, benchmark_weave, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, class_mocker, cov, datadir, doctest_namespace, event_loop, freezer, fs, fs_module, fs_session, mocker, module_mocker, monkeypatch, needs_internet, no_cover, original_datadir, package_mocker, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, script_cwd, script_launch_mode, script_runner, session_mocker, shared_datadir, socket_disabled, socket_enabled, spy_agency, subtests, template_context, testrun_uid, time_machine, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, travis, unused_tcp_port, unused_tcp_port_factory, unused_udp_port, unused_udp_port_factory, worker_id
>       use 'pytest --fixtures [testpath]' for help on them.

$(BUILD_DIR)/tests/test_resolvers.py:193
@uranusjr
Copy link
Member

Pull request is welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants