Skip to content

Commit baa2d42

Browse files
committed
style: pre-commit run -a
1 parent cdfabbf commit baa2d42

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,3 @@ workflows:
121121
only: /^[0-9]+(\.[0-9]+)*(\.post[0-9]+)?$/
122122
branches:
123123
ignore: /.*/
124-

AUTHORS.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ Credits
33
=======
44

55
Please see the GitHub project page at https://github.com/scikit-build/ninja-python-distributions/graphs/contributors
6-

LICENSE_Apache_20

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,3 @@ third-party archives.
189189
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190190
See the License for the specific language governing permissions and
191191
limitations under the License.
192-

docs/update_ninja_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Available Ninja archives can be found `here <https://github.com/kitware/ninja/re
5252
4. Create a `Pull Request`.
5353

5454
5. If all CI tests are passing, merge the topic and consider `making a new
55-
release <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/make_a_release.rst>`_.
55+
release <https://github.com/scikit-build/ninja-python-distributions/blob/master/docs/make_a_release.rst>`_.

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
codecov>=2.0.5
22
coverage>=4.2
3+
4+
# need to pin cryptography for manylinux1 builds
5+
# cryptography only provides manylinux2010 wheels since 3.4.0
6+
# because of the lack of a decent rust compiler on manylinux1
7+
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"
38
flake8>=3.0.4
49
pytest>=4.5.0
510
pytest-cov>=2.7.1
@@ -11,8 +16,3 @@ twine
1116
virtualenv>=15.0.3
1217
wheel>=0.34
1318
wheeltools
14-
15-
# need to pin cryptography for manylinux1 builds
16-
# cryptography only provides manylinux2010 wheels since 3.4.0
17-
# because of the lack of a decent rust compiler on manylinux1
18-
cryptography~=3.3.2 ; sys_platform=="linux" and platform_machine in "i386, i486, i586, i686, x86_64"

0 commit comments

Comments
 (0)