Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 3, 2020 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f9bd465323b989dd524425e840d6e745 to your computer and use it in GitHub Desktop.
Save r-ryantm/f9bd465323b989dd524425e840d6e745 to your computer and use it in GitHub Desktop.
/nix/store/n45mf1ddw08qb824lzbk47w6a492i64a-python3.7-pytest-xdist-2.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytest_xdist-2.1.0.dist-info
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── xdist
│   ├── dsession.py
│   ├── __init__.py
│   ├── looponfail.py
│   ├── newhooks.py
│   ├── plugin.py
│   ├── __pycache__
│   │   ├── dsession.cpython-37.pyc
│   │   ├── dsession.cpython-37-pytest-6.0.1.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── __init__.cpython-37-pytest-6.0.1.pyc
│   │   ├── looponfail.cpython-37.pyc
│   │   ├── looponfail.cpython-37-pytest-6.0.1.pyc
│   │   ├── newhooks.cpython-37.pyc
│   │   ├── newhooks.cpython-37-pytest-6.0.1.pyc
│   │   ├── plugin.cpython-37.pyc
│   │   ├── plugin.cpython-37-pytest-6.0.1.pyc
│   │   ├── remote.cpython-37.pyc
│   │   ├── remote.cpython-37-pytest-6.0.1.pyc
│   │   ├── report.cpython-37.pyc
│   │   ├── report.cpython-37-pytest-6.0.1.pyc
│   │   ├── _version.cpython-37.pyc
│   │   ├── _version.cpython-37-pytest-6.0.1.pyc
│   │   ├── workermanage.cpython-37.pyc
│   │   └── workermanage.cpython-37-pytest-6.0.1.pyc
│   ├── remote.py
│   ├── report.py
│   ├── scheduler
│   │   ├── each.py
│   │   ├── __init__.py
│   │   ├── loadfile.py
│   │   ├── load.py
│   │   ├── loadscope.py
│   │   └── __pycache__
│   │   ├── each.cpython-37.pyc
│   │   ├── each.cpython-37-pytest-6.0.1.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── __init__.cpython-37-pytest-6.0.1.pyc
│   │   ├── load.cpython-37.pyc
│   │   ├── load.cpython-37-pytest-6.0.1.pyc
│   │   ├── loadfile.cpython-37.pyc
│   │   ├── loadfile.cpython-37-pytest-6.0.1.pyc
│   │   ├── loadscope.cpython-37.pyc
│   │   └── loadscope.cpython-37-pytest-6.0.1.pyc
│   ├── _version.py
│   └── workermanage.py
└── nix-support
└── propagated-build-inputs
9 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment