Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing master with latest changes for dependent packages #13

Merged
merged 4 commits into from Nov 22, 2020

Conversation

yashmaheshwari
Copy link
Collaborator

@yashmaheshwari yashmaheshwari commented Nov 22, 2020

  • Was getting some package incompatibility error for mo-future
  • We are not using the package directly
  • Maybe it means we should have a requirements.txt file ?
  • Figured out the version used by running pip freeze
  • Added fix for djangotip
  • Fixed for flake8

- Was getting some package incompatibility error for mo-future
- We are not using the package directly
- Maybe it means we should have a requirements.txt file ?
- Figured out the version used by running pip freeze
- Would look into djangottip in a later PR
@codecov-io
Copy link

codecov-io commented Nov 22, 2020

Codecov Report

Merging #13 (c07c962) into master (04483cc) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   98.73%   98.75%   +0.01%     
==========================================
  Files          16       17       +1     
  Lines         474      480       +6     
==========================================
+ Hits          468      474       +6     
  Misses          6        6              
Impacted Files Coverage Δ
..._query_profiler/django/db/backends/sqlite3/base.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04483cc...c07c962. Read the comment docs.

- Looks like this was always wrong, but django was not enforcing it
  before
- Including tests folder in flake8 since it was complaining
- Had to fix some flake8 issues after including tests
@yashmaheshwari yashmaheshwari changed the title Trying to fix setup.py install because of transitive dependency Fixing master with latest changes for dependent packages Nov 22, 2020
@yashmaheshwari yashmaheshwari merged commit e42900d into master Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants