Skip to content

StephenWithPH/sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

A dummy project (2 of 2) to demonstrate what seems like incorrect behavior in pipenv. See pypa/pipenv#2173

How

  1. $ pipenv install && pipenv install -d to install dependencies. For convenience sake, I checked in the gzipped library to this repo.
  2. $ pipenv run pytest and watch it fail due to missing protobuf dependencies.
  3. $ pipenv install ./dependency/samplelibrary-0.0.1.tar.gz to force it to install the library.
  4. $ pipenv run pytest and it passes!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages