Skip to content

Commit b0f7f40

Browse files
author
Mauko Quiroga
committed
Remove legacy resolver
1 parent 4322f29 commit b0f7f40

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ all: test
77
install:
88
@$(call doc,$@:)
99
@pip install --upgrade pip setuptools
10-
@pip install --editable .[dev] --upgrade --use-deprecated=legacy-resolver
10+
@pip install --requirement requirements/dev --upgrade
11+
@pip install --editable . --upgrade --no-dependencies
1112

1213
## Install openfisca-core for deployment and publishing.
1314
build: setup.py

requirements/dev

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Please make sure to pin all dependency versions, in order to avoid unwanted
22
# functional and integration breaks caused by external code updates.
33
#
4-
# These are dev dependencies, so pin them.
4+
# General Rule
5+
# ============
6+
#
7+
# * Pin them.
8+
#
9+
# Exceptions
10+
# ==========
11+
#
12+
# * openfisca-country-template should not be constrained (circular dep).
13+
# * openfisca-extension-template should not be constrained (circular dep).
514

615
# For automatic style formatting.
716
autopep8 == 1.5.7
@@ -18,8 +27,8 @@ pytest-cov == 2.11.1
1827
mypy == 0.812
1928

2029
# For testing: parameters, variables, etc.
21-
openfisca-country-template == 3.12.5
22-
openfisca-extension-template == 1.3.6
30+
openfisca-country-template
31+
openfisca-extension-template
2332

2433
# Include Web API dependencies for development
2534
-r web-api

requirements/tracker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# versions.
33

44
# For sending usage statistics to the Matomo third-party service.
5-
openfisca-tracker <= 0.4.0
5+
openfisca-tracker

0 commit comments

Comments
 (0)