Skip to content

Instantly share code, notes, and snippets.

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