@@ -35,11 +35,7 @@ the main package (framework, library) to test with; any additional test
3535dependencies, optionally gated behind specific conditions; and optionally
3636the Python versions to test on.
3737
38- <<<<<<< HEAD
39- The format is:
40- =======
4138Constraints are defined using the format specified below. The following sections describe each key.
42- >>>>>>> master
4339
4440```
4541integration_name: {
@@ -99,10 +95,7 @@ Python versions, you can say:
9995 ...
10096}
10197```
102- <<<<<<< HEAD
103- =======
10498This key is optional.
105- >>>>>>> master
10699
107100### ` python `
108101
@@ -118,14 +111,9 @@ For example, if you want AIOHTTP tests to only run on Python 3.7+, you can say:
118111}
119112```
120113
121- <<<<<<< HEAD
122- Specifying ` python ` is discouraged as the script itself finds out which
123- Python versions are supported by the package. However, if a package has broken
124- =======
125114The ` python ` key is optional, and when possible, it should be omitted. The script
126115should automatically detect which Python versions the package supports.
127116However, if a package has broken
128- >>>>>>> master
129117metadata or the SDK is explicitly not supporting some packages on specific
130118Python versions (because of, for example, broken context vars), the ` python `
131119key can be used.
@@ -154,15 +142,9 @@ them all to `populate_tox.py` over time.
154142
1551431 . Remove the integration from the ` IGNORE ` list in ` populate_tox.py ` .
1561442 . Remove the hardcoded entries for the integration from the ` envlist ` and ` deps ` sections of ` tox.jinja ` .
157- <<<<<<< HEAD
158- 2 . Run ` scripts/generate-test-files.sh ` .
159- 3 . Run the test suite, either locally or by creating a PR.
160- 4 . Address any test failures that happen.
161- =======
1621453 . Run ` scripts/generate-test-files.sh ` .
1631464 . Run the test suite, either locally or by creating a PR.
1641475 . Address any test failures that happen.
165- >>>>>>> master
166148
167149You might have to introduce additional version bounds on the dependencies of the
168150package. Try to determine the source of the failure and address it.
0 commit comments