summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-01-23 10:49:22 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2023-01-23 10:49:22 -0800
commita844619dc360ea95baa72369db33727a22ba5058 (patch)
tree5ceb3332fd5589929e34003feb4a642722125052
parent1f2864183e491181224fc1531e3ac4cb024c33a3 (diff)
downloadscons-git-a844619dc360ea95baa72369db33727a22ba5058.tar.gz
revise based on mwichmann's review
-rw-r--r--requirements-dev.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 1a0ef843e..e168ccb02 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -4,9 +4,8 @@
# for now keep pinning "known working" lxml,
# it's been a troublesome component in the past.
-# Skip lxml for python 3.11+ on win32 as there's no binary wheel as of 01/22/2023
-lxml==4.9.2 ; python_version < '3.12' and sys_platform == 'win32'
-lxml==4.9.2 ; sys_platform != 'win32'
+# Skip lxml for win32 as no tests which require it currently pass on win32
+lxml==4.9.2; python_version < 3.12 and sys_platform != 'win32'
ninja