fsspec / fsspec/filesystem_spec

2024.10.0: test suite is packaged into .whl archive

Open Beginner friendly
#1,731 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
1.4k
Forks
490
Avg merge
2d 3h
Merged PRs (30d)
38

Description

$ unzip -l fsspec-2024.10.0-py3-none-any.whl | grep tests
    10046  02-02-2020 00:00   fsspec/tests/abstract/__init__.py
     4973  02-02-2020 00:00   fsspec/tests/abstract/common.py
    19967  02-02-2020 00:00   fsspec/tests/abstract/copy.py
    20755  02-02-2020 00:00   fsspec/tests/abstract/get.py
     1982  02-02-2020 00:00   fsspec/tests/abstract/mv.py
    21201  02-02-2020 00:00   fsspec/tests/abstract/put.py

Probably easiest way to solve that is to move fsspec/tests/ tests/.
Do you want me to submit PR for that? 🤔

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the report with unzip -l fsspec-2024.10.0-py3-none-any.whl | grep tests, then inspect how fsspec/tests/ is included in the wheel. Move the tests to tests/ if appropriate and verify that a rebuilt wheel excludes test files while the test suite still runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.