Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 20:10
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 ryantm/f95b0274a0dfc2f50620e164af0547f1 to your computer and use it in GitHub Desktop.
Save ryantm/f95b0274a0dfc2f50620e164af0547f1 to your computer and use it in GitHub Desktop.
/nix/store/9lmfywcm3kz7sxg3jifc2f98f8g33x4s-python3.7-pytest-django-3.4.8
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytest_django
│   │   ├── compat.py
│   │   ├── django_compat.py
│   │   ├── fixtures.py
│   │   ├── __init__.py
│   │   ├── lazy_django.py
│   │   ├── live_server_helper.py
│   │   ├── migrations.py
│   │   ├── plugin.py
│   │   └── __pycache__
│   │   ├── compat.cpython-37.pyc
│   │   ├── django_compat.cpython-37.pyc
│   │   ├── fixtures.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── lazy_django.cpython-37.pyc
│   │   ├── live_server_helper.cpython-37.pyc
│   │   ├── migrations.cpython-37.pyc
│   │   └── plugin.cpython-37.pyc
│   └── pytest_django-3.4.8.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment